Skip to content

Commit

Permalink
tweak web storage path for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Jan 4, 2025
1 parent 69c506f commit 0954ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hydrated_bloc/lib/src/hydrated_storage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class HydratedStorageDirectory {
/// storageDirectory: HydratedStorageDirectory.web,
/// );
/// ```
static const web = HydratedStorageDirectory('__web__');
static const web = HydratedStorageDirectory('');
}

/// {@template hydrated_storage}
Expand Down

0 comments on commit 0954ceb

Please sign in to comment.