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

Change incorrect totals TS type #280

Merged
merged 5 commits into from
Jun 6, 2024
Merged

Change incorrect totals TS type #280

merged 5 commits into from
Jun 6, 2024

Conversation

slvrtrn
Copy link
Contributor

@slvrtrn slvrtrn commented Jun 6, 2024

Summary

Resolves #274

ResponseJSON<T>.totals should match T instead of the Record<string, number> definition.

Checklist

  • Unit and integration tests covering the common scenarios were added
  • A human-readable description of the changes was provided to include in CHANGELOG

@slvrtrn slvrtrn requested a review from mshustov June 6, 2024 14:59
Copy link

sonarqubecloud bot commented Jun 6, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@slvrtrn slvrtrn merged commit 9bdea17 into main Jun 6, 2024
29 checks passed
@slvrtrn slvrtrn deleted the change-totals-ts-type branch June 6, 2024 19:19
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.

ResponseJSON<T> defines incorrect type for "totals" value
2 participants