Skip to content

Commit

Permalink
feat: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
joragua committed Feb 7, 2025
1 parent 4f69a81 commit 6003dde
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ class DocumentsStorageProvider : DocumentsProvider() {
CoroutineScope(Dispatchers.IO).launch {
uploadFilesUseCase(uploadFilesUseCaseParams)
}

// Comment for testing
} else {
Thread {
val synchronizeFileUseCase: SynchronizeFileUseCase by inject()
Expand Down

0 comments on commit 6003dde

Please sign in to comment.