Skip to content

Commit 77473f9

Browse files
fix(apify): Fix typos for PR
1 parent 8cc55c6 commit 77473f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/apify/actions/run-actor/run-actor.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,13 +306,13 @@ export default {
306306
timeout: Number(timeout),
307307
}),
308308
...(memory && {
309-
memoryMbytes: Number(memory),
309+
memory: Number(memory),
310310
}),
311311
...(maxItems && {
312312
maxItems: Number(maxItems),
313313
}),
314314
...(maxTotalChargeUsd && {
315-
maxTotalCostUsd: Number(maxTotalChargeUsd),
315+
maxTotalChargeUsd: Number(maxTotalChargeUsd),
316316
}),
317317
...(webhook && {
318318
webhooks: [

0 commit comments

Comments
 (0)