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