From 6080af66a92fd73e1170b068bf652e747e1f8c1b Mon Sep 17 00:00:00 2001 From: Evaldo Felipe Date: Tue, 14 Jan 2025 18:57:03 -0300 Subject: [PATCH] test Signed-off-by: Evaldo Felipe --- api/available-routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/available-routes.ts b/api/available-routes.ts index 49ac6e70b..25e381c12 100644 --- a/api/available-routes.ts +++ b/api/available-routes.ts @@ -17,7 +17,7 @@ const AvailableRoutesQueryParamsSchema = object({ }); dotenv.config({ - path: ["../src/output_api.env"], + path: "../src/output_api.env", }); type AvailableRoutesQueryParams = Infer<