Skip to content

Commit

Permalink
Remove unused config
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Jun 28, 2024
1 parent 0382855 commit 2248e09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/aws-efs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const { EFSClient, DescribeFileSystemsCommand, DescribeAccessPointsCommand } = require("@aws-sdk/client-efs")

const config = {}
const client = new EFSClient(config)

async function lookupStorageClass (tag) {
Expand Down

0 comments on commit 2248e09

Please sign in to comment.