Commit de82e72
authored
Fix invalid int to boolean cast (#48)
This pull request includes an important change to the
`BadgeRepositoryImpl` class in the
`lib/data/repositories/badge_repository_impl.dart` file. The change
ensures that the `isRepeatable` field is correctly interpreted as a
boolean value.
*
[`lib/data/repositories/badge_repository_impl.dart`](diffhunk://#diff-a5d31f0bcee322da666ab358d4acdb8b9cf466eb87a5b6fc56ef232051514db8L67-R67):
Modified the `isRepeatable` field to be interpreted as a boolean value
instead of an integer.1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments