fix: ts issue
This commit is contained in:
parent
7416c6d441
commit
b0943606e1
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue