mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix ref cycle
This commit is contained in:
parent
2c5fc4e953
commit
0f772ea875
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import Photos
|
|||
|
||||
struct Request {
|
||||
var managerId: Int32?
|
||||
var workItem: DispatchWorkItem?
|
||||
weak var workItem: DispatchWorkItem?
|
||||
var isCancelled = false
|
||||
let callback: (Result<[String: Int64], any Error>) -> Void
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue