committed by
Aya Morisawa
parent
3a035c481e
commit
68ee9a008e
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user