This commit is contained in:
Efstratios Giannopoulos 2024-04-11 11:25:34 +03:00
parent 1e568bb2dd
commit 0ceadf2ab1
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ public class StorageFileServiceImpl implements StorageFileService {
data.setName(storageFile.getName());
data.setOwnerId(storageFile.getOwnerId());
data.setExtension(storageFile.getExtension());
data.setStorageType(storageFile.getStorageType());
data.setStorageType(storageType);
data.setMimeType(storageFile.getMimeType());
data.setCreatedAt(Instant.now());
data.setPurgeAt(storageFile.getPurgeAt());