lint
This commit is contained in:
parent
47034d09f1
commit
5509cb31a8
9 changed files with 11 additions and 12 deletions
|
|
@ -80,7 +80,7 @@ const mediaUpload = {
|
|||
|
||||
canvas.toBlob((blob) => {
|
||||
resolve(new File([blob], newFileName, {
|
||||
type: type,
|
||||
type,
|
||||
lastModified: Date.now()
|
||||
}))
|
||||
}, type, 0.85)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue