Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
CurryYangxx committed Dec 24, 2024
1 parent 732b87b commit 15dd057
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/insomnia/src/ui/routes/runner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,6 @@ export const runCollectionAction: ActionFunction = async ({ request, params }) =
error: errMsg,
});
return null;
// return redirect(`/organization/${organizationId}/project/${projectId}/workspace/${workspaceId}/debug/runner?refresh-pane&error=${errMsg}&folder=${targetFolderId}`);
} finally {
cancelExecution(runnerId);

Expand All @@ -1068,7 +1067,6 @@ export const runCollectionAction: ActionFunction = async ({ request, params }) =
});
}
return null;
// return redirect(`/organization/${organizationId}/project/${projectId}/workspace/${workspaceId}/debug/runner?refresh-pane&folder=${targetFolderId}`);
};

export const collectionRunnerStatusLoader: LoaderFunction = async ({ params }) => {
Expand Down

0 comments on commit 15dd057

Please sign in to comment.