fix: ts issue

This commit is contained in:
Oleg Proskurin 2025-10-12 23:01:52 +07:00
parent 7416c6d441
commit b0943606e1
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ export class MinioStorageService implements StorageService {
size: obj.size, size: obj.size,
contentType, contentType,
lastModified: obj.lastModified || new Date(), lastModified: obj.lastModified || new Date(),
etag: obj.etag, etag: obj.etag || '',
path: obj.name, path: obj.name,
}); });
} catch (error) { } catch (error) {