Skip to content

Commit fa13535

Browse files
authored
Update index.js
1 parent 8a1163a commit fa13535

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ class S3Adapter {
107107
}
108108

109109
async createBucket() {
110-
if (this._hasBucket) { return; }
110+
if (this._hasBucket) {
111+
return;
112+
}
111113

112114
try {
113115
await this._s3Client.send(new CreateBucketCommand({ Bucket: this._bucket }));

0 commit comments

Comments
 (0)