chore: 🎨 format

This commit is contained in:
ThatOneCalculator 2023-10-02 23:04:23 -07:00
parent 94f402eff6
commit 870caee152
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -64,7 +64,7 @@ const cropper = ref<InstanceType<typeof VueCropper>>();
const ok = async () => {
const promise = new Promise<firefish.entities.DriveFile>(async (res) => {
cropper.getCropBlob(blob => {
cropper.getCropBlob((blob) => {
const formData = new FormData();
formData.append("file", blob);
if (defaultStore.state.uploadFolder) {