Skip to content

Commit

Permalink
Missing parens
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick committed Feb 22, 2021
1 parent 9c42f3a commit 315f04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/testing/server/templates/sw-clients-claim.js.njk
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

addEventListener('install', (event) => event.waitUntil(skipWaiting()));
addEventListener('activate', (event) => event.waitUntil(
clients.claim().catch((error) => console.error(error)));
clients.claim().catch((error) => console.error(error))));

0 comments on commit 315f04c

Please sign in to comment.