fix: lint warning

This commit is contained in:
Taesu
2025-11-21 02:13:58 +09:00
parent e88ea0bd66
commit 5ca9102264

View File

@@ -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<typeof auth.api.registerOAuthApplication>
>;
try {
clientReg = await auth.api.registerOAuthApplication({
body: {