Skip to content

Commit 1f913ab

Browse files
committed
chore: the best error you can possibly have
1 parent 4fffdf5 commit 1f913ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ export const getApifyClientOptions = (token?: string, apiBaseUrl?: string): Apif
162162
baseUrl: apiBaseUrl || process.env.APIFY_CLIENT_BASE_URL,
163163
requestInterceptors: [
164164
(config) => {
165-
// @ts-expect-error CLI is ESM, client is CJS, the types "differ"
166165
config.headers ??= new AxiosHeaders();
167166

168167
for (const [key, value] of Object.entries(APIFY_CLIENT_DEFAULT_HEADERS)) {

0 commit comments

Comments
 (0)