We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a4992f commit 0501b22Copy full SHA for 0501b22
1 file changed
src/components/push.js
@@ -6,6 +6,7 @@ import {objectOrStringToString, toQueryString} from '../utils';
6
export async function registerDeviceToken({
7
secretKey,
8
provider,
9
+ accountId,
10
token,
11
userId,
12
deviceId,
@@ -29,6 +30,7 @@ export async function registerDeviceToken({
29
30
},
31
body: JSON.stringify({
32
33
34
35
36
0 commit comments