diff --git a/utils/apiUrl.ts b/utils/apiUrl.ts index 17f37c8..5988d17 100644 --- a/utils/apiUrl.ts +++ b/utils/apiUrl.ts @@ -10,7 +10,6 @@ export function getApiUrl(): string { const url = process.env.API_URL || "https://pullfrog.com"; log.debug(`resolved API_URL: ${url}`); return url; - } /**