From ab0d262b6fc35447ba6f92354dbb7998e65f8a80 Mon Sep 17 00:00:00 2001 From: Denis Lugowski Date: Sat, 15 Nov 2025 08:54:36 +0100 Subject: [PATCH] fix(frontend): Correct import casing --- legalconsenthub/server/api/jwt/refresh.post.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legalconsenthub/server/api/jwt/refresh.post.ts b/legalconsenthub/server/api/jwt/refresh.post.ts index 7f27ad8..2a58d3c 100644 --- a/legalconsenthub/server/api/jwt/refresh.post.ts +++ b/legalconsenthub/server/api/jwt/refresh.post.ts @@ -1,4 +1,4 @@ -import type { OAuthTokenResponse } from '~~/types/oauth' +import type { OAuthTokenResponse } from '~~/types/oAuth' export default eventHandler(async (event) => { const config = useRuntimeConfig()