[create-pull-request] automated change

This commit is contained in:
joshenlim
2026-05-06 02:54:24 +00:00
committed by github-actions[bot]
parent f7ea722b35
commit 08d30cd4c7

View File

@@ -54,7 +54,7 @@ async function rollbackTables(
)
if (error) handleError(error)
// Logic for starting the pipeline back up after a successfull rollback
// Logic for starting the pipeline back up after a successful rollback
if (pipelineStatusName) {
const shouldStartPipelineAfterRollback = [
PipelineStatusName.STOPPED,