Skip to content

Commit

Permalink
maint: Remove deprecated survey code
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-bermonti committed Sep 5, 2024
1 parent c7a1a22 commit bffc08f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Future<void> main() async {
options: DefaultFirebaseOptions.currentPlatform,
);
await GetStorage.init();
GetStorage().remove('baselineCompleted');
Get.put(LocalNotifications());
Get.put(FirebaseNotifications());
final Participant participant =
Expand Down

0 comments on commit bffc08f

Please sign in to comment.