wip
This commit is contained in:
parent
5ca4aefff4
commit
1c472d2210
8 changed files with 214 additions and 64 deletions
|
|
@ -33,7 +33,7 @@ export default async function(userId: string, type: notificationType, body: noti
|
|||
};
|
||||
|
||||
push.sendNotification(pushSubscription, JSON.stringify({
|
||||
type, body
|
||||
type, body, userId
|
||||
}), {
|
||||
proxy: config.proxy
|
||||
}).catch((err: any) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue