From 0bff5b1a24445f01f0a1a18cee9959bc880de4f0 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 11 Oct 2024 15:29:25 -0300 Subject: [PATCH] Update auth.ts --- apps/api/src/controllers/auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/controllers/auth.ts b/apps/api/src/controllers/auth.ts index 8aa669cd..0367358f 100644 --- a/apps/api/src/controllers/auth.ts +++ b/apps/api/src/controllers/auth.ts @@ -77,7 +77,7 @@ export async function getACUC(api_key: string, cacheOnly = false): Promise