This commit is contained in:
Colin McDonnell
2026-02-13 15:56:26 +00:00
committed by pullfrog[bot]
parent 097d7ee0e0
commit ac561bd4c8
-1
View File
@@ -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;
}
/**