From 08d30cd4c77f32e1a2545ff72676dd659f0dc7b9 Mon Sep 17 00:00:00 2001 From: joshenlim <19742402+joshenlim@users.noreply.github.com> Date: Wed, 6 May 2026 02:54:24 +0000 Subject: [PATCH] [create-pull-request] automated change --- apps/studio/data/replication/rollback-tables-mutation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/studio/data/replication/rollback-tables-mutation.ts b/apps/studio/data/replication/rollback-tables-mutation.ts index c057baea7f..bc6454a6c6 100644 --- a/apps/studio/data/replication/rollback-tables-mutation.ts +++ b/apps/studio/data/replication/rollback-tables-mutation.ts @@ -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,