Skip to content

Commit

Permalink
chore: melos fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimozkn committed Dec 17, 2024
1 parent 9a0119c commit a7a4f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/screens/app_onboarding/preview.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class Preview {

final List<StudySubject> subjectsToDelete = subjects
.where((subject) =>
subject.userId == Supabase.instance.client.auth.currentUser!.id)
subject.userId == Supabase.instance.client.auth.currentUser!.id,)
.toList();

subjectsToDelete.forEach((subject) async {
Expand Down

0 comments on commit a7a4f68

Please sign in to comment.