Skip to content

Commit 4600159

Browse files
type: fix type
1 parent 7e94bec commit 4600159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starter/src/configs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function convertInputToActorConfigs(input: ActorInputData): PreparedActor
4747
}
4848

4949
function* createActorRunConfigForCrawler({ input, urlData, checkerId, playwrightBrowser, memory }: CreateActorRunConfig) {
50-
const proxyGroups = input.proxyConfiguration.apifyProxyGroups?.length > 0
50+
const proxyGroups = input.proxyConfiguration.apifyProxyGroups?.length
5151
? input.proxyConfiguration.apifyProxyGroups
5252
: ['auto'];
5353
for (const group of proxyGroups) {

0 commit comments

Comments
 (0)