Update packages/client/src/os.ts

Co-authored-by: tamaina <tamaina@hotmail.co.jp>
This commit is contained in:
MeiMei 2022-01-29 14:53:16 +09:00 committed by GitHub
parent 4d4ac5dda5
commit bb11a37d1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);