Fix error logging for invalid content types - #24
Fix error logging for invalid content types #24Bjarke Vad Andersen (bjarkevad) wants to merge 1 commit into
Conversation
…istry `contentType` does not exist, the correct variable is `content_type`.
|
Kudos, SonarCloud Quality Gate passed!
|
Vincent Biret (baywet)
left a comment
There was a problem hiding this comment.
Hi Bjarke Vad Andersen (@bjarkevad)
Thanks for the contribution!
The issue also exists in the serialization writer registry factory, can you correct this as well?
https://github.com/microsoft/kiota-abstractions-ruby/blob/main/lib/microsoft_kiota_abstractions/serialization/serialization_writer_factory_registry.rb
Can you also add an entry to the changelog (new patch version, today's date, add a changed section)?
And bump the version in the version constant?
This will help ensure a swift release.
Thanks!
|
Hi Bjarke Vad Andersen (@bjarkevad) |
|
This pull request has conflicting changes, the author must resolve the conflicts before this pull request can be merged. |








contentTypedoes not exist, the correct variable iscontent_type.