diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-04-24 08:11:19 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-04-24 08:11:19 +0900 |
| commit | 5aa5896b221ba73773a370fc01d1a9235eca33dd (patch) | |
| tree | 6bc6b7ddae1575229a21cb6370678d1a778d796e /src/services/push-notification.ts | |
| parent | Increase reaction column length (diff) | |
| download | misskey-5aa5896b221ba73773a370fc01d1a9235eca33dd.tar.gz misskey-5aa5896b221ba73773a370fc01d1a9235eca33dd.tar.bz2 misskey-5aa5896b221ba73773a370fc01d1a9235eca33dd.zip | |
Cache meta
Diffstat (limited to 'src/services/push-notification.ts')
| -rw-r--r-- | src/services/push-notification.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/push-notification.ts b/src/services/push-notification.ts index 1830cad623..da1c1dbf5e 100644 --- a/src/services/push-notification.ts +++ b/src/services/push-notification.ts @@ -1,7 +1,7 @@ import * as push from 'web-push'; import config from '../config'; import { SwSubscriptions } from '../models'; -import fetchMeta from '../misc/fetch-meta'; +import { fetchMeta } from '../misc/fetch-meta'; export default async function(userId: string, type: string, body?: any) { const meta = await fetchMeta(); |