fix
This commit is contained in:
parent
4c9acc29bb
commit
9400dc5580
|
@ -163,8 +163,8 @@ async function composeNotification(data: pushNotificationData): Promise<[string,
|
|||
}];
|
||||
|
||||
case 'app':
|
||||
return [body.header || body.body , {
|
||||
body: body.header ? body.body : undefined,
|
||||
return [body.header, {
|
||||
body: body.body,
|
||||
icon: body.icon,
|
||||
data
|
||||
}];
|
||||
|
|
Loading…
Reference in New Issue