Skip to content

Commit

Permalink
fix: resolve lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanay Yogesh Shah committed Oct 24, 2024
1 parent 07949c4 commit d8066c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslint-dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@
"syncable",
"tablename",
"tailwindcss",
"templategen",
"testother",
"testschemadeployer",
"textract",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ async function getGen1AuthResourceDetails(projRoot: string) {
const { gen1UserPoolId } = await assertUserPool(gen1Meta, gen1Region);
const { gen1IdentityPoolId } = await assertIdentityPool(gen1Meta, gen1Region);
const { gen1ClientIds } = await assertUserPoolClients(gen1Meta, gen1Region);
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const [gen1ClientIdWeb, gen1ClientId] = gen1ClientIds;

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable gen1ClientId.
const gen1ResourceIds = [gen1UserPoolId, gen1IdentityPoolId, gen1ClientIdWeb];

Expand Down

0 comments on commit d8066c2

Please sign in to comment.