diff --git a/lib/src/model/puzzle/puzzle_providers.dart b/lib/src/model/puzzle/puzzle_providers.dart index 638cecbc58..9ae92871ee 100644 --- a/lib/src/model/puzzle/puzzle_providers.dart +++ b/lib/src/model/puzzle/puzzle_providers.dart @@ -105,9 +105,8 @@ Future stormDashboard( StormDashboardRef ref, { required UserId id, }) async { - return ref.withClientCacheFor( + return ref.withClient( (client) => PuzzleRepository(client).stormDashboard(id), - const Duration(minutes: 30), ); }