Skip to content

Commit

Permalink
update prod database
Browse files Browse the repository at this point in the history
  • Loading branch information
DonaldKLee committed Jul 22, 2024
1 parent 94e910c commit 3393716
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 3393716

Please sign in to comment.