parent
3a035c481e
commit
68ee9a008e
10 changed files with 20 additions and 20 deletions
|
|
@ -429,7 +429,7 @@ export default async function(
|
|||
|
||||
const properties: {[key: string]: any} = {};
|
||||
|
||||
let propPromises: Array<Promise<void>> = [];
|
||||
let propPromises: Promise<void>[] = [];
|
||||
|
||||
const isImage = ['image/jpeg', 'image/gif', 'image/png', 'image/webp'].includes(mime);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue