Skip to content

Commit

Permalink
prod firebase update complete
Browse files Browse the repository at this point in the history
  • Loading branch information
DonaldKLee committed Jul 22, 2024
1 parent 3393716 commit f8cd52c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -771,10 +771,10 @@ const pairMembers = async (staticArray, dynamicArray) => {

const matchingString = formatUserIds(matching);

// createGroupChatAndSendMessage(
// matchingString,
// "Hello :wave: you're on a donut ( ͡° ͜ʖ ͡°)!",
// );
createGroupChatAndSendMessage(
matchingString,
"Hello :wave: you're on a donut ( ͡° ͜ʖ ͡°)!",
);
}
return [staticArray, updatedDynamicArray];
} catch (error) {
Expand Down

0 comments on commit f8cd52c

Please sign in to comment.