From 1b17e0d0cea2e7ccd7a35799e5cc76099ca6590f Mon Sep 17 00:00:00 2001 From: Kima Date: Tue, 27 Feb 2024 22:42:45 +0100 Subject: [PATCH] oopsie --- refilc/lib/providers/third_party_provider.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refilc/lib/providers/third_party_provider.dart b/refilc/lib/providers/third_party_provider.dart index 99dccf0..0a4fdfb 100644 --- a/refilc/lib/providers/third_party_provider.dart +++ b/refilc/lib/providers/third_party_provider.dart @@ -35,7 +35,7 @@ class ThirdPartyProvider with ChangeNotifier { Future restore() async { String? userId = Provider.of(_context, listen: false).id; - // Load absences from the database + // load accounts from db if (userId != null) { var dbLinkedAccounts = await Provider.of(_context, listen: false)