Skip to content

Commit a24e304

Browse files
committed
Testing
1 parent 857968c commit a24e304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apify-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function addUserAgent(config: AxiosRequestConfig): AxiosRequestConfig {
1717
}
1818

1919
export function getApifyAPIBaseUrl(): string {
20-
return process.env.APIFY_API_BASE_URL;
20+
return process.env.APIFY_API_BASE_URL as string;
2121
// Workaround for Actor server where the platform APIFY_API_BASE_URL did not work with getActorDefinition from actors.ts
2222
if (process.env.APIFY_IS_AT_HOME) return 'https://api.apify.com';
2323
return process.env.APIFY_API_BASE_URL || 'https://api.apify.com';

0 commit comments

Comments
 (0)