Skip to content

Commit 0395b3b

Browse files
committed
chore: format S3 import
1 parent 7fb886d commit 0395b3b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tasks/publish-to-aws.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
const {
2-
S3
3-
} = require("@aws-sdk/client-s3");
1+
const { S3 } = require("@aws-sdk/client-s3");
42

53
const git = require('./util/git');
64
const { createRegisterAsyncTaskFn } = require('./util/async-grunt-task');

0 commit comments

Comments
 (0)