Skip to content

Commit

Permalink
no caching of puzzlestorm results
Browse files Browse the repository at this point in the history
  • Loading branch information
HaonRekcef committed Mar 26, 2024
1 parent e036898 commit c7765f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/src/model/puzzle/puzzle_providers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,8 @@ Future<StormDashboard?> stormDashboard(
StormDashboardRef ref, {
required UserId id,
}) async {
return ref.withClientCacheFor(
return ref.withClient(
(client) => PuzzleRepository(client).stormDashboard(id),
const Duration(minutes: 30),
);
}

Expand Down

0 comments on commit c7765f6

Please sign in to comment.