-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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(backend): getApTypeでエラーを投げないように #14361
Conversation
このPRによるapi.jsonの差分 差分はこちら |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #14361 +/- ##
===========================================
+ Coverage 38.88% 39.91% +1.03%
===========================================
Files 1545 1545
Lines 190490 190505 +15
Branches 2409 3503 +1094
===========================================
+ Hits 74072 76044 +1972
+ Misses 115857 113870 -1987
- Partials 561 591 +30 ☔ View full report in Codecov by Sentry. |
コンフリクト解消 |
コメントとかでエラーにしない理由を残しておいた方が良さそう |
done |
🙏🏿 |
* fix(backend): getApTypeでエラーを投げないように * Update Changelog * Update Changelog * Update type.ts * add comment
cherry picked from commit 93fc06d Co-authored-by: かっこかり <[email protected]>
What
null
を返すようにWhy
Fix #14239
Additional info (optional)
こういうことであってる?
Checklist