-
-
Notifications
You must be signed in to change notification settings - Fork 635
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
fix(utils/crypto): fix types of crypto utility #3614
Conversation
The test will pass when the associated PRs are merged |
Can you update this? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3614 +/- ##
=======================================
Coverage 89.80% 89.80%
=======================================
Files 159 159
Lines 10120 10120
Branches 2900 2828 -72
=======================================
Hits 9088 9088
Misses 1032 1032 ☔ View full report in Codecov by Sentry. |
@yusukebe Ready |
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!
Thank you! |
* fix(utils/crypto): fix types of crypto utility * fix lint
Related: #3604 (comment)
The author should do the following, if applicable
bun run format:fix && bun run lint:fix
to format the code