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: Fix invalid type of MessageModerationResult.UserKarma property #139

Conversation

sierpinskid
Copy link
Member

Submit a pull request

CLA

  • I have signed the Stream CLA (required).
  • The code changes follow best practices
  • Code changes are tested (add some information if not applicable)
  • Commit message fits conventional commits. Important for CHANGELOG generation.

Description of the pull request

According to our OpenAPI spect the UserKarma field should be float:

        user_karma:
          format: float
          type: number

@sierpinskid sierpinskid merged commit 340d3d0 into master Apr 25, 2024
2 checks passed
@sierpinskid sierpinskid deleted the 138-messagemoderationresult-is-returning-a-double-but-is-declared-as-an-integer branch April 25, 2024 10:24
@github-actions github-actions bot mentioned this pull request May 8, 2024
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.

MessageModerationResult is returning a double but is declared as an integer.
2 participants