Skip to content

Commit

Permalink
fix: env loading
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-hector committed Dec 30, 2024
1 parent c5f442a commit a5e6453
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ class ForceUpdate extends _$ForceUpdate {
}

Future<void> _checkAndUpdateConfig() async {
await ref.read(envProvider.future);

final refetchIntervalInMilliseconds =
ref.read(envProvider.notifier).get<int>(EnvVariable.VERSIONS_CONFIG_REFETCH_INTERVAL);

Expand Down

0 comments on commit a5e6453

Please sign in to comment.