Skip to content

Commit

Permalink
chore: melos fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimozkn committed Feb 19, 2025
1 parent 25c45c1 commit 9a80f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/src/models/tables/study.dart
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class Study extends SupabaseObjectFunctions<Study>
json['study_fitbit_credentials'] as Map<String, dynamic>?;
if (fitbitCredentials != null && fitbitCredentials.isNotEmpty) {
study.fitbitCredentials = StudyFitbitCredentials.fromJson(
(json['study_fitbit_credentials'] as Map<String, dynamic>));
json['study_fitbit_credentials'] as Map<String, dynamic>,);
}

final List? repo = json['repo'] as List?;
Expand Down

0 comments on commit 9a80f8e

Please sign in to comment.