Skip to content

Commit

Permalink
change imminent notification message
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgeiss0702 committed Feb 2, 2025
1 parent 496adbb commit 5b734db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/api/push/send/[...name]/+server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ export const POST = (async ({platform, params, request, url}) => {
const messages: {[key: string]: PushMessage} = {
imminent: {
data: {
title: "The WAN show is imminent!",
body: "The pre show should be starting in the next 10 minutes. Get ready! \"{title}\""
title: "The WAN show might start soon!",
body: "A thumbnail was uploaded! The pre show could start in the next 10 minutes. Get ready! \"{title}\""
},
options: {
ttl: 60,
Expand Down

0 comments on commit 5b734db

Please sign in to comment.