Skip to content

Commit

Permalink
fix: enum ExperienceQualityType value error
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Mar 11, 2021
1 parent 96f5a0a commit d77ae0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/src/classes.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/src/enum_converter.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/src/enums.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2396,7 +2396,7 @@ enum ExperienceQualityType {
Good,

/// 1: Bad experience quality.
@JsonValue(0)
@JsonValue(1)
Bad,
}

Expand Down

0 comments on commit d77ae0a

Please sign in to comment.