We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca3faa3 + d88c023 commit 07a15c8Copy full SHA for 07a15c8
packages/nextjs/app/action.ts
@@ -40,7 +40,6 @@ export async function sendNotification(message: string, targetEndpoint?: string,
40
41
// Simplified subscription status check
42
export async function checkSubscriptionStatus(endpoint: string) {
43
- s;
44
try {
45
// For now, assume subscription is active if endpoint exists
46
return {
0 commit comments