Skip to content

Commit 6d10ad8

Browse files
committed
refactor(cli): Better wording
1 parent b0990be commit 6d10ad8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/cli/lib/commands/push.js.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,11 +1049,11 @@ const pushFunction = async ({ functionId, async, returnOnZero } = { returnOnZero
10491049
}
10501050
}
10511051

1052-
const pushCollection = async ({ returnOnZero, debounce } = { returnOnZero: false }) => {
1052+
const pushCollection = async ({ returnOnZero, attempts } = { returnOnZero: false }) => {
10531053
const collections = [];
10541054

1055-
if (debounce) {
1056-
pollMaxDebounces = debounce;
1055+
if (attempts) {
1056+
pollMaxDebounces = attempts;
10571057
}
10581058

10591059
if (cliConfig.all) {

0 commit comments

Comments
 (0)