We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631eb2d commit 57869c8Copy full SHA for 57869c8
1 file changed
src/routes/api/push/send/[...name]/+server.ts
@@ -37,7 +37,7 @@ export const POST = (async ({platform, params, request, url}) => {
37
38
if(isTest) {
39
subs = await db.prepare("select * from notifications where endpoint_hash = ?")
40
- .bind("daafd8ad0cfd5cabf20c1a6e3d4e3834017374cf704bbecfcb5e646f6db054df")
+ .bind("b293beb84cde6773e510e6c92590112b2034a5f6b2de8ae3c40f4378b578a502")
41
.all()
42
.then(r => r.results as unknown as NotificationRows[]);
43
} else {
0 commit comments