-
Notifications
You must be signed in to change notification settings - Fork 11.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: tag endpoint empty result #35028
Conversation
🦋 Changeset detectedLatest commit: 65069f9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 35 packages
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 |
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
b6bc86a
to
2149cf3
Compare
2149cf3
to
4a5563a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #35028 +/- ##
========================================
Coverage 59.17% 59.17%
========================================
Files 2822 2822
Lines 68117 68117
Branches 15145 15145
========================================
Hits 40311 40311
Misses 24975 24975
Partials 2831 2831
Flags with carried forward coverage won't be shown. Click here to find out more. |
Co-authored-by: Kevin Aleman <kaleman960@gmail.com>
Co-authored-by: Kevin Aleman <kaleman960@gmail.com>
Proposed changes (including videos or screenshots)
Fixes a missconception about
/v1/livechat/tags/:tagId
the type definition doesnt consider null/empty results
the code returns
ILivechatTag | { body: null }
which is weird/wrong.now if we cannot find the tag returns a 404 result
Issue(s)
CORE-949
Steps to test or reproduce
Further comments