Skip to content

Commit 1b18213

Browse files
committed
move apify-properties.ts to utils/ dir
1 parent 6100c2b commit 1b18213

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/tools/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
addPseudoUrlsProperties,
1111
addRequestListSourcesProperties,
1212
addResourcePickerProperties as addArrayResourcePickerProperties,
13-
} from './apify-properties.js';
13+
} from '../utils/apify-properties.js';
1414

1515
export function actorNameToToolName(actorName: string): string {
1616
return actorName
File renamed without changes.

0 commit comments

Comments
 (0)