mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
This reverts commit 0435de50f8.
This commit is contained in:
parent
f9dc870166
commit
55031cc117
4 changed files with 29 additions and 111 deletions
|
|
@ -171,9 +171,9 @@ class BackgroundServicePlugin: NSObject, FlutterPlugin {
|
|||
return
|
||||
}
|
||||
|
||||
// Requires 3 or more arguments in the array
|
||||
guard args.count >= 3 else {
|
||||
print("Requires 3 or more arguments and received \(args.count)")
|
||||
// Requires 3 arguments in the array
|
||||
guard args.count == 3 else {
|
||||
print("Requires 3 arguments and received \(args.count)")
|
||||
result(FlutterMethodNotImplemented)
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue