Skip to content
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

Nullify visibility if visibility is an empty string #507

Merged

Conversation

mrashed-dev
Copy link
Contributor

Description

Closes #470, fixes the issue "Bad Request: Visibility cannot have the value ''".

License

I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.

fixes "Bad Request: Visibility cannot have the value ''"
Copy link

codecov bot commented Nov 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8018c78) 91.70% compared to head (7e0432c) 91.71%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #507   +/-   ##
=======================================
  Coverage   91.70%   91.71%           
=======================================
  Files          62       62           
  Lines        2641     2643    +2     
  Branches      481      482    +1     
=======================================
+ Hits         2422     2424    +2     
  Misses        218      218           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mrashed-dev mrashed-dev merged commit 3c4fe7a into main Nov 28, 2023
4 checks passed
@mrashed-dev mrashed-dev deleted the TW-2382-gh-470-node-bad-request-when-update-the-event branch November 28, 2023 16:55
@mrashed-dev mrashed-dev mentioned this pull request Nov 28, 2023
mrashed-dev added a commit that referenced this pull request Nov 29, 2023
# Changelog
* Add support for logging (#508, #456)
* Nullify replyToMessageId is an empty string (#484, #509)
* Nullify visibility if visibility is an empty string (#507, #470)
* Fix numbers defaulting to 0 instead of null (#469)
* Fix parsing of Number arrays (#503, #502)
* Fix configured timeout not being used (#506, #489)
* Bump `node-fetch` dependency from 2.6.1 to 2.6.12 (#504, #496)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bad Request when update the event
2 participants