Skip to content

Commit

Permalink
fix: regenerate token
Browse files Browse the repository at this point in the history
  • Loading branch information
teclone committed Mar 1, 2020
1 parent fff2a4e commit 4b5086a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -111,7 +111,7 @@ export const uninstall = () => {
export const isBrowser = () => installed();

/**
* detects if we are running in a service worker
* detects if we are running in a web service worker
*/
export const isServiceWorker = () => typeof self !== 'undefined';

Expand Down

0 comments on commit 4b5086a

Please sign in to comment.