From 5ca9102264dc0abf4fba201872012edcd781a0f4 Mon Sep 17 00:00:00 2001 From: Taesu Date: Fri, 21 Nov 2025 02:13:58 +0900 Subject: [PATCH] fix: lint warning --- test/unit/oidc/scope-consent.spec.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/unit/oidc/scope-consent.spec.ts b/test/unit/oidc/scope-consent.spec.ts index 6f70a32791..ed14772860 100644 --- a/test/unit/oidc/scope-consent.spec.ts +++ b/test/unit/oidc/scope-consent.spec.ts @@ -93,7 +93,9 @@ describe("oidc scope consent", async () => { const cookie = signInRes.headers.get("set-cookie"); // 2. Register a client - let clientReg; + let clientReg: Awaited< + ReturnType + >; try { clientReg = await auth.api.registerOAuthApplication({ body: {