Skip to content

Commit

Permalink
docs: fix migration guide useQuerySmart (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalechyn authored Nov 25, 2023
1 parent 276b6ba commit 2dd73dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ interface ConnectResult {

```diff
- const querySmart = useQuerySmart(address, message);
+ const querySmart = useQuerySmart({ address, message });
+ const querySmart = useQuerySmart({ address, queryMsg });
```

### `useQueryRaw`
Expand Down

0 comments on commit 2dd73dd

Please sign in to comment.