diff --git a/README.md b/README.md index 9840f45..93c4fc8 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,3 @@ Remote service in support list: - [ ] AWS S3 - [ ] webdav - diff --git a/main.ts b/main.ts index 9c93108..61fc14f 100644 --- a/main.ts +++ b/main.ts @@ -152,7 +152,8 @@ export default class SaveRemotePlugin extends Plugin { Bucket: this.settings.s3BucketName, Key: `${fileOrFolder.path}`, Body: Buffer.from(arrContent), - ContentType: mime.contentType(`${fileOrFolder.path}`) || undefined + ContentType: + mime.contentType(`${fileOrFolder.path}`) || undefined, }) ); }