Skip to content

Commit

Permalink
[SDK] Fix jsdoc for getCLaimParams (#4738)
Browse files Browse the repository at this point in the history
## Problem solved

Short description of the bug fixed or feature added

<!-- start pr-codex -->

---

## PR-Codex overview
The focus of this PR is to fix the JSDoc for the `getClaimParams` function in the `thirdweb` package.

### Detailed summary
- Updated JSDoc for `getClaimParams` in `thirdweb/utils` directory.
- Changed import path from `thirdweb/extensions/erc1155` to `thirdweb/utils`.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`

<!-- end pr-codex -->
  • Loading branch information
kien-ngo committed Sep 21, 2024
1 parent f424d0a commit a4dac95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/green-otters-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"thirdweb": patch
---

Fix jsdoc for getClaimParams
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export type GetClaimParamsOptions = {
* @extension ERC1155
* @example
* ```ts
* import { getClaimParams } from "thirdweb/extensions/erc1155";
* import { getClaimParams } from "thirdweb/utils";
*
* const claimParams = await getClaimParams({
* contract,
Expand Down

0 comments on commit a4dac95

Please sign in to comment.