Skip to content

Commit

Permalink
fix(#684): add JSON key to GeneResult.variant
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Jan 10, 2024
1 parent 1cae81d commit a0876e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lib/common/models/userdata/gene_result.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class GeneResult implements Genotype {

@override
@HiveField(1)
@JsonKey(name: 'genotype')
String variant;

@HiveField(2)
Expand Down

0 comments on commit a0876e0

Please sign in to comment.