Skip to content

Commit

Permalink
Changed UploadBehavior.COPY for UploadBehavior.MOVE
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitorbp committed Mar 15, 2024
1 parent e677ad6 commit b2e6b06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class UploadFilesFromContentUriUseCase(
accountName = accountName,
fileSize = documentFile.length(),
status = TransferStatus.TRANSFER_QUEUED,
localBehaviour = UploadBehavior.COPY,
localBehaviour = UploadBehavior.MOVE,
forceOverwrite = false,
createdBy = UploadEnqueuedBy.ENQUEUED_BY_USER,
spaceId = spaceId,
Expand Down

0 comments on commit b2e6b06

Please sign in to comment.