Clean up
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user