Skip to content

Commit

Permalink
Fixing Relation on things.ts
Browse files Browse the repository at this point in the history
Signed-off-by: wambuipixel <[email protected]>
  • Loading branch information
wambui-pixel committed Apr 5, 2024
1 parent 0a6a5f6 commit 2edec88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/things.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ mySdk.things
.ShareThing(
'<thingId>',

{ relation: 'administrator' },
'administrator',
[
'<userId1>', '<userId2>'
], token)
Expand Down

0 comments on commit 2edec88

Please sign in to comment.