mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
format code
This commit is contained in:
parent
3eb2bf0342
commit
b2ac41c8bb
1 changed files with 3 additions and 3 deletions
|
|
@ -365,7 +365,7 @@ class NativeSyncApiImpl: NativeSyncApi {
|
|||
}
|
||||
|
||||
func getTrashedAssetsForAlbum(albumId: String) throws ->[PlatformAsset] {
|
||||
throw PigeonError(code: "UNSUPPORTED_OS", message: "This feature not supported on iOS.", details: nil)
|
||||
}
|
||||
throw PigeonError(code: "UNSUPPORTED_OS", message: "This feature not supported on iOS.", details: nil)
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue