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 6100c2b commit 1b18213Copy full SHA for 1b18213
src/tools/utils.ts
@@ -10,7 +10,7 @@ import {
10
addPseudoUrlsProperties,
11
addRequestListSourcesProperties,
12
addResourcePickerProperties as addArrayResourcePickerProperties,
13
-} from './apify-properties.js';
+} from '../utils/apify-properties.js';
14
15
export function actorNameToToolName(actorName: string): string {
16
return actorName
src/tools/apify-properties.ts renamed to src/utils/apify-properties.ts
0 commit comments