Clean up
This commit is contained in:
parent
ad869d7469
commit
47bd485a39
3 changed files with 4 additions and 18 deletions
|
|
@ -7,8 +7,8 @@ if (config.sw) {
|
|||
// アプリケーションの連絡先と、サーバーサイドの鍵ペアの情報を登録
|
||||
push.setVapidDetails(
|
||||
config.url,
|
||||
config.sw.public_key,
|
||||
config.sw.private_key);
|
||||
config.sw.publicKey,
|
||||
config.sw.privateKey);
|
||||
}
|
||||
|
||||
export default async function(userId: mongo.ObjectID | string, type: string, body?: any) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue