Skip to content

Commit a4dac95

Browse files
committed
[SDK] Fix jsdoc for getCLaimParams (#4738)
## 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 -->
1 parent f424d0a commit a4dac95

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/green-otters-judge.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Fix jsdoc for getClaimParams

packages/thirdweb/src/utils/extensions/drops/get-claim-params.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export type GetClaimParamsOptions = {
3434
* @extension ERC1155
3535
* @example
3636
* ```ts
37-
* import { getClaimParams } from "thirdweb/extensions/erc1155";
37+
* import { getClaimParams } from "thirdweb/utils";
3838
*
3939
* const claimParams = await getClaimParams({
4040
* contract,

0 commit comments

Comments
 (0)