-
Notifications
You must be signed in to change notification settings - Fork 354
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
bugfix: π Spam filtering errors unhandled #8404
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ
3 Skipped Deployments
|
a5c3a1b
to
800946d
Compare
const collection = `${accountId}|${contract}`; | ||
action(collection); | ||
}); | ||
if (spams.length > 0) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add a unit test to cover this new use case, please?
800946d
to
a03a4cb
Compare
Rebasing on latest develop should fix the changesets issue. I was able to get a pass on a copy of this branch here |
a03a4cb
to
3375ca6
Compare
|
||
export const generateNft = (contract: string, tokenId: string) => ({ | ||
id: encodeNftId("foo", contract, tokenId, "ethereum"), | ||
tokenId: tokenId, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just tokenId
is sufficient object-shorthand
cb3ef18
to
3872da7
Compare
3872da7
to
f3e481e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but not tested on my side
β Checklist
npx changeset
was attached.π Description
Fix Sentry errors:
β Context
π§ Checklist for the PR Reviewers