-
Notifications
You must be signed in to change notification settings - Fork 6
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
Enhance: api/emoji
でhost
を指定できるように
#514
Conversation
이 PR에 의한 api.json 차이 차이점은 여기에서 볼 수 있음--- base
+++ head
@@ -54811,6 +54811,13 @@
"properties": {
"name": {
"type": "string"
+ },
+ "host": {
+ "type": [
+ "string",
+ "null"
+ ],
+ "default": null
}
},
"required": [
@@ -54959,6 +54966,13 @@
"properties": {
"name": {
"type": "string"
+ },
+ "host": {
+ "type": [
+ "string",
+ "null"
+ ],
+ "default": null
}
},
"required": [ |
Thank you for sending us a great Pull Request! 👍 example: pnpm run build-cherrypick-js-with-types |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #514 +/- ##
============================================
+ Coverage 20.06% 40.49% +20.43%
============================================
Files 789 1675 +886
Lines 117792 226622 +108830
Branches 1091 3786 +2695
============================================
+ Hits 23638 91777 +68139
- Misses 93563 134235 +40672
- Partials 591 610 +19 ☔ View full report in Codecov by Sentry. |
What
api/emoji
でhost
を指定できるようにWhy
#486
Additional info (optional)
Checklist