Skip to content

Commit

Permalink
Update lib/src/common/model/issues.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Rob Becker <[email protected]>
  • Loading branch information
kevmoo and robbecker-wf authored Oct 18, 2021
1 parent 6afa774 commit 9c060ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/common/model/issues.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'package:json_annotation/json_annotation.dart';
part 'issues.g.dart';

/// Model class for an issue on the tracker.
@JsonSerializable(fieldRename: FieldRename.snake)
@JsonSerializable()
class Issue {
Issue({
this.id = 0,
Expand Down

0 comments on commit 9c060ea

Please sign in to comment.