Skip to content

Commit 9c060ea

Browse files
kevmoorobbecker-wf
andauthored
Update lib/src/common/model/issues.dart
Co-authored-by: Rob Becker <[email protected]>
1 parent 6afa774 commit 9c060ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/common/model/issues.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import 'package:json_annotation/json_annotation.dart';
55
part 'issues.g.dart';
66

77
/// Model class for an issue on the tracker.
8-
@JsonSerializable(fieldRename: FieldRename.snake)
8+
@JsonSerializable()
99
class Issue {
1010
Issue({
1111
this.id = 0,

0 commit comments

Comments
 (0)