Skip to content

Commit

Permalink
minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterITA committed Jul 1, 2024
1 parent 58d0a5e commit 2864485
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,6 @@ final case class EServicesApiServiceImpl(
.leftMap(errors => ContentTypeParsingError(mimeType, file.path, errors.map(_.toString())))
.toFuture
fileParts = (FileInfo("", fileName, contentType), new File(filePath))
documentIdUuid = uuidSupplier.get()
_ <- verifyAndCreateEServiceDocument(
catalogProcessService,
fileManager,
Expand All @@ -1142,7 +1141,7 @@ final case class EServicesApiServiceImpl(
file.prettyName,
fileType,
descriptor.id,
documentIdUuid
uuidSupplier.get()
)
} yield ()

Expand Down

0 comments on commit 2864485

Please sign in to comment.