diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/push-sw.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/push-sw.ts b/src/push-sw.ts index 58e695813d..07b7508459 100644 --- a/src/push-sw.ts +++ b/src/push-sw.ts @@ -1,4 +1,4 @@ -const push = require('web-push'); +import * as push from 'web-push'; import * as mongo from 'mongodb'; import Subscription from './models/sw-subscription'; import config from './config'; |