From 863986188b1631759d11dc890c02b0647db5f792 Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 17:26:25 -0400 Subject: [PATCH] Make token param required --- functions/gcloud.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/gcloud.ts b/functions/gcloud.ts index d6f0aa0..6ccd241 100644 --- a/functions/gcloud.ts +++ b/functions/gcloud.ts @@ -274,7 +274,7 @@ export async function sendPushNotification( env: Env, title: string, body: string, - token?: string, + token: string, ) { const message = { notification: {