Skip to content

Commit

Permalink
chore: update example (#85)
Browse files Browse the repository at this point in the history
Because

- update example

This commit

- update example
  • Loading branch information
iamnamananand996 committed May 24, 2024
1 parent 564b030 commit 2485dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default function TypescriptSdkDemo() {
);
useEffect(() => {
client.Auth.getUserQuery()
client.Auth.getUserQuery(({ userName: "users/admin" }))
.then((data: any) => {
console.log("data", data);
setUser(data);
Expand Down

0 comments on commit 2485dad

Please sign in to comment.