Skip to content

Commit 77ca8f3

Browse files
committed
chore: align compact pagination assignment
1 parent a43c6db commit 77ca8f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inc/Cli/Commands/WorkspaceCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3462,7 +3462,7 @@ private function compact_worktree_abandoned_steps( array $steps ): array {
34623462
unset($pagination[ $field ]);
34633463
}
34643464

3465-
$step['pagination'] = $pagination;
3465+
$step['pagination'] = $pagination;
34663466
$steps[ $step_key ] = $step;
34673467
}
34683468

0 commit comments

Comments
 (0)