Skip to content

Commit

Permalink
feat: linked user devices
Browse files Browse the repository at this point in the history
  • Loading branch information
kaioken committed Jan 6, 2025
1 parent 803719e commit 1ef1701
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/users/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ export class Users {
return response.data;
}


public async linkDevice(input: DeviceParams): Promise<boolean> {
const response = await this.client.mutate({
mutation: LINK_DEVICE_MUTATION,
Expand Down

0 comments on commit 1ef1701

Please sign in to comment.