diff --git a/src/routes/destinations/[id]/start.json.ts b/src/routes/destinations/[id]/start.json.ts index 0d52bdb34..f5272418a 100644 --- a/src/routes/destinations/[id]/start.json.ts +++ b/src/routes/destinations/[id]/start.json.ts @@ -15,8 +15,7 @@ export const post: RequestHandler = async (event) => { status: 200 }; } catch (error) { - return ErrorHandler(error); - } finally { await stopCoolifyProxy(engine); + return ErrorHandler(error); } };