mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 09:15:35 +03:00
Refactor mobile to use OpenApi generated SDK (#336)
This commit is contained in:
@@ -56,4 +56,5 @@ class ReleaseInfoNotifier extends StateNotifier<String> {
|
||||
}
|
||||
|
||||
final releaseInfoProvider = StateNotifierProvider<ReleaseInfoNotifier, String>(
|
||||
(ref) => ReleaseInfoNotifier());
|
||||
(ref) => ReleaseInfoNotifier(),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user