Skip to content

Commit

Permalink
Merge pull request #10 from nwplus/dev
Browse files Browse the repository at this point in the history
fixed check-in
  • Loading branch information
DonaldKLee committed Aug 19, 2024
2 parents 7cd9e3f + 8d53564 commit 42bef4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ const createGroupChatAndSendMessage = async (userIds, messageText) => {
try {
const sevenDaysFromNow = new Date();
// 7 days
// sevenDaysFromNow.setDate(sevenDaysFromNow.getDate() + 7);
sevenDaysFromNow.setDate(sevenDaysFromNow.getDate() + 7);

// 3 mins - TESTING PURPOSES
// sevenDaysFromNow.setTime(sevenDaysFromNow.getTime() + 3 * 60 * 1000); // Adding 3 minutes in milliseconds
Expand Down

0 comments on commit 42bef4f

Please sign in to comment.