Skip to content

Commit f32dce6

Browse files
author
James Lees
committed
Add missing brace
1 parent 1df7da9 commit f32dce6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/web-push-client.js

+1
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ export class WebPushClient extends BaseClient {
266266
if (sub) sub.unsubscribe();
267267
});
268268
}
269+
}
269270

270271
async function getServiceWorkerRegistration() {
271272
// Check that service worker file exists

0 commit comments

Comments
 (0)