Make token param required

This commit is contained in:
regalijan 2023-10-19 17:26:25 -04:00
parent ada6e468e5
commit 863986188b
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -274,7 +274,7 @@ export async function sendPushNotification(
env: Env, env: Env,
title: string, title: string,
body: string, body: string,
token?: string, token: string,
) { ) {
const message = { const message = {
notification: { notification: {