mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix: mobile user agent set to immich_platform_version (#18478)
* fix: mobile user agent * refactor: typo in MapService
This commit is contained in:
parent
c278bb0e5b
commit
c61ea483ba
7 changed files with 39 additions and 8 deletions
|
|
@ -6,4 +6,4 @@ import 'package:riverpod_annotation/riverpod_annotation.dart';
|
|||
part 'map_service.provider.g.dart';
|
||||
|
||||
@riverpod
|
||||
MapSerivce mapService(Ref ref) => MapSerivce(ref.watch(apiServiceProvider));
|
||||
MapService mapService(Ref ref) => MapService(ref.watch(apiServiceProvider));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue