Skip to content

Commit 739e0aa

Browse files
committed
fix: lint
1 parent 34b3953 commit 739e0aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/lib/__tests__/auth.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ describe("discoverScopes", () => {
101101
{
102102
name: "returns undefined when scopes_supported missing",
103103
mockResolves: (() => {
104+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
104105
const { scopes_supported, ...rest } = baseMetadata;
105106
return rest;
106107
})(),

0 commit comments

Comments
 (0)