fix: ts issue
This commit is contained in:
parent
7416c6d441
commit
b0943606e1
|
|
@ -456,7 +456,7 @@ export class MinioStorageService implements StorageService {
|
|||
size: obj.size,
|
||||
contentType,
|
||||
lastModified: obj.lastModified || new Date(),
|
||||
etag: obj.etag,
|
||||
etag: obj.etag || '',
|
||||
path: obj.name,
|
||||
});
|
||||
} catch (error) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue