diff --git a/src/components/push.js b/src/components/push.js index b473915..81c8233 100644 --- a/src/components/push.js +++ b/src/components/push.js @@ -6,6 +6,7 @@ import {objectOrStringToString, toQueryString} from '../utils'; export async function registerDeviceToken({ secretKey, provider, + accountId, token, userId, deviceId, @@ -29,6 +30,7 @@ export async function registerDeviceToken({ }, body: JSON.stringify({ provider, + accountId, token, userId, deviceId,