-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SDK] Fix jsdoc for getCLaimParams #4738
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: a4dac95 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
size-limit report 📦
|
packages/thirdweb/src/utils/extensions/drops/fetch-proofs-for-claimers.ts
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4738 +/- ##
=======================================
Coverage 48.92% 48.92%
=======================================
Files 1050 1050
Lines 57002 57002
Branches 3889 3892 +3
=======================================
+ Hits 27888 27889 +1
+ Misses 28481 28480 -1
Partials 633 633
*This pull request uses carry forward flags. Click here to find out more.
|
Merge activity
|
## 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 -->
8eb2914
to
a4dac95
Compare
Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR updates the JSDoc for the
getClaimParams
function inget-claim-params.ts
file.Detailed summary
getClaimParams
function