Skip to content

Commit

Permalink
remove duplicate function call
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimbex committed Apr 16, 2020
1 parent 447aee0 commit a3303c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workers/autotag_s3_worker.js
Expand Up @@ -50,7 +50,7 @@ class AutotagS3Worker extends AutotagDefaultWorker {
const bucketName = this.getBucketName();
this.logTags(bucketName, tags, this.constructor.name);
this.s3.putBucketTagging({
Bucket: this.getBucketName(),
Bucket: bucketName,
Tagging: {
TagSet: tags
}
Expand Down

0 comments on commit a3303c6

Please sign in to comment.