Update packages/client/src/os.ts
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
This commit is contained in:
parent
4d4ac5dda5
commit
bb11a37d1a
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ export function upload(file: File, folder?: any, name?: string): Promise<Misskey
|
|||
autoRotate: true,
|
||||
debug: true
|
||||
};
|
||||
resizedImage = await readAndCompressImage(file, config)
|
||||
resizedImage = await readAndCompressImage(file, config);
|
||||
}
|
||||
|
||||
uploads.value.push(ctx);
|
||||
|
|
Loading…
Reference in a new issue