Skip to content

Commit

Permalink
fix accidental renaming token->deviceToken
Browse files Browse the repository at this point in the history
  • Loading branch information
James Lees committed Feb 18, 2021
1 parent ab70466 commit 4cf14ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export default class BaseClient {
)}/devices/${this._platform}`;

const device = {
deviceToken,
token: deviceToken,
metadata: {
sdkVersion,
},
Expand Down

0 comments on commit 4cf14ef

Please sign in to comment.