Skip to content

Commit 337b977

Browse files
committed
refactor(UploadService): Removed extraneous lazy in DI call
1 parent ea7e330 commit 337b977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kDriveCore/Data/Upload/Servicies/UploadService/UploadService.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public final class UploadService {
4040
)
4141

4242
let serialEventQueue: DispatchQueue = {
43-
@LazyInjectService var appContextService: AppContextServiceable
43+
@InjectService var appContextService: AppContextServiceable
4444
let autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency = appContextService.isExtension ? .workItem : .inherit
4545

4646
return DispatchQueue(

0 commit comments

Comments
 (0)