Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make token param required
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent ada6e46 commit 8639861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/gcloud.ts
Expand Up @@ -274,7 +274,7 @@ export async function sendPushNotification(
env: Env,
title: string,
body: string,
token?: string,
token: string,
) {
const message = {
notification: {
Expand Down

0 comments on commit 8639861

Please sign in to comment.