Commit 5c6f288
committed
chore: Fix readContract docs (#4920)
## Problem solved
Short description of the bug fixed or feature added
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on updating the `useReadContract` function calls in two files by adding a comma to the method definition for better syntax clarity.
### Detailed summary
- In `packages/thirdweb/src/transaction/read-contract.ts`:
- Added a comma after the method definition for `tokenURI`.
- In `packages/thirdweb/src/react/core/hooks/contract/useReadContract.ts`:
- Added a comma after the method definition for `tokenURI`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->1 parent 4660e0c commit 5c6f288
File tree
2 files changed
+2
-2
lines changed- packages/thirdweb/src
- react/core/hooks/contract
- transaction
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments