Skip to content

Commit

Permalink
Remove const
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Jun 28, 2024
1 parent c36d1ab commit 2b06ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aws-efs.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let client
async function lookupStorageClass (tag) {

if (!client) {
const client = new EFSClient()
client = new EFSClient()
}

const fsCommand = new DescribeFileSystemsCommand()
Expand Down

0 comments on commit 2b06ee3

Please sign in to comment.