We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 069247e commit 5847f3dCopy full SHA for 5847f3d
src/apify-client.ts
@@ -31,6 +31,7 @@ export class ApifyClient extends _ApifyClient {
31
* for server start and listing of tools.
32
*/
33
if (options.token?.toLowerCase() === 'your-apify-token') {
34
+ // eslint-disable-next-line no-param-reassign
35
delete options.token;
36
}
37
0 commit comments