Skip to content

Commit

Permalink
fix: update supabase app
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaoelitiana committed Jan 26, 2022
1 parent ebda784 commit cba8e4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/services.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ class Services extends InheritedWidget {
}) : super(child: child);

factory Services({required Widget child}) {
final client = SupabaseClient('https://yhogmhunpfaxhswbeify.supabase.co',
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJvbGUiOiJhbm9uIiwiaWF0IjoxNjQyNjAzMDM2LCJleHAiOjE5NTgxNzkwMzZ9.kF5jOV1QJRuQHjY8b4CBcfK0sAw3QIJVe1Kw0irOxfw');
final client = SupabaseClient('https://ykzdagzovjznuvucvhgb.supabase.co',
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJvbGUiOiJhbm9uIiwiaWF0IjoxNjQzMjEzNTI3LCJleHAiOjE5NTg3ODk1Mjd9.J_in1uH_kJOfyZE6oFYV6kfvphTEUcOG-JiYSbaDxVk');
final pomodorosService = PomodorosService(client);
return Services._(pomodorosService: pomodorosService, child: child);
}
Expand Down

0 comments on commit cba8e4f

Please sign in to comment.