Skip to content

Commit 208711f

Browse files
committed
remove restore route
1 parent a7efef1 commit 208711f

File tree

2 files changed

+0
-52
lines changed

2 files changed

+0
-52
lines changed

apps/webapp/app/routes/engine.v1.worker-actions.runs.$runFriendlyId.snapshots.$snapshotFriendlyId.restore.ts

Lines changed: 0 additions & 51 deletions
This file was deleted.

apps/webapp/app/routes/engine.v1.worker-actions.runs.$runFriendlyId.snapshots.$snapshotFriendlyId.suspend.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export const action = createActionWorkerApiRoute(
2525
logger.debug("Suspending run", { runFriendlyId, snapshotFriendlyId, body });
2626

2727
if (!body.success) {
28-
// TODO: we could create a debug span here
2928
logger.error("Failed to suspend run", {
3029
runFriendlyId,
3130
snapshotFriendlyId,

0 commit comments

Comments
 (0)