.
This commit is contained in:
parent
7f4cbfa588
commit
a2d2d7fb58
@ -17,8 +17,8 @@ const extraMethods = {
|
|||||||
title: title,
|
title: title,
|
||||||
body: body,
|
body: body,
|
||||||
userId: userId,
|
userId: userId,
|
||||||
ttl: ttl || undefined,
|
ttl: ttl ? ttl : undefined,
|
||||||
priority: priority || 'default',
|
priority: priority ? priority : 'default',
|
||||||
recipients: recipients,
|
recipients: recipients,
|
||||||
data: data,
|
data: data,
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user