Skip to content

Commit 57869c8

Browse files
committed
change test hash
1 parent 631eb2d commit 57869c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/api/push/send/[...name]/+server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const POST = (async ({platform, params, request, url}) => {
3737

3838
if(isTest) {
3939
subs = await db.prepare("select * from notifications where endpoint_hash = ?")
40-
.bind("daafd8ad0cfd5cabf20c1a6e3d4e3834017374cf704bbecfcb5e646f6db054df")
40+
.bind("b293beb84cde6773e510e6c92590112b2034a5f6b2de8ae3c40f4378b578a502")
4141
.all()
4242
.then(r => r.results as unknown as NotificationRows[]);
4343
} else {

0 commit comments

Comments
 (0)