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

fix!: issue with deserializing a response #72

Merged

Conversation

vorobeyme
Copy link
Contributor

  • Fields type in the Project, SourceString, File, Task, and User structs has been changed from map[string]any to any. This change may affect code that relies on the previous type.
  • Update .golangci.yml to replace the deprecated 'exportloopref' linter with 'copyloopvar'.

- `Fields` type in the `Project`, `SourceString`, `File`, `Task`, and `User` structs has been changed from `map[string]any` to `any`.
This change may affect code that relies on the previous type.
- Update .golangci.yml to replace the deprecated 'exportloopref' linter with 'copyloopvar'.
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.99%. Comparing base (1fac746) to head (e7ac85e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #72   +/-   ##
=======================================
  Coverage   97.99%   97.99%           
=======================================
  Files          66       66           
  Lines        3773     3773           
=======================================
  Hits         3697     3697           
  Misses         52       52           
  Partials       24       24           

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

Copy link
Member

@andrii-bodnar andrii-bodnar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vorobeyme thank you!

@andrii-bodnar andrii-bodnar linked an issue Nov 11, 2024 that may be closed by this pull request
@andrii-bodnar andrii-bodnar merged commit 46e291b into crowdin:main Nov 11, 2024
3 checks passed
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.

Error when deserializing a response containing empty fields
3 participants