Skip to content

Commit

Permalink
Fixed mistake with session expiring batch job
Browse files Browse the repository at this point in the history
  • Loading branch information
bwsarge committed Nov 7, 2023
1 parent fc8aca7 commit 34c785c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/src/definitions/batchJobs/batchJobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const checkSessionExpiring = onSchedule(
timeZone: "Asia/Singapore",
secrets: ["WHATSAPP_USER_BOT_PHONE_NUMBER_ID", "WHATSAPP_TOKEN"],
},
deactivateAndRemind
checkConversationSessionExpiring
)

const scheduledDeactivation = onSchedule(
Expand Down

0 comments on commit 34c785c

Please sign in to comment.