Skip to content

Commit

Permalink
Merge pull request #326 from bettersg/bug/telegram-reply-markup-not-s…
Browse files Browse the repository at this point in the history
…howing

Add secret name to voteRequestUpdate
  • Loading branch information
sarge1989 authored Jun 2, 2024
2 parents c333512 + b83cb5f commit 59fde31
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ const db = admin.firestore()
const onVoteRequestUpdateV2 = onDocumentUpdated(
{
document: "messages/{messageId}/voteRequests/{voteRequestId}",
secrets: ["WHATSAPP_CHECKERS_BOT_PHONE_NUMBER_ID", "WHATSAPP_TOKEN"],
secrets: [
"WHATSAPP_CHECKERS_BOT_PHONE_NUMBER_ID",
"WHATSAPP_TOKEN",
"TELEGRAM_CHECKER_BOT_TOKEN",
],
},
async (event) => {
// Grab the current value of what was written to Firestore.
Expand Down

0 comments on commit 59fde31

Please sign in to comment.