Skip to content

Commit

Permalink
token -> deviceToken
Browse files Browse the repository at this point in the history
  • Loading branch information
James Lees committed Feb 17, 2021
1 parent f32dce6 commit 280ae74
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 @@ -185,7 +185,7 @@ export default class BaseClient {
)}/devices/${this._platform}`;

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

0 comments on commit 280ae74

Please sign in to comment.