mirror of
https://github.com/zoriya/Aeris.git
synced 2026-06-01 10:25:18 +00:00
Merge pull request #109 from AnonymusRaccoon/fix/worker
Fixing pipeline disabling
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ app.post("/workflow/:id", (req, res) => {
|
||||
app.delete("/workflow/:id", (req, res) => {
|
||||
console.log(`delete pipeline ${req.params.id}`);
|
||||
pipelineEvent.emit("event", {
|
||||
id: req.params.id,
|
||||
id: parseInt(req.params.id),
|
||||
type: PipelineType.Never,
|
||||
});
|
||||
res.send()
|
||||
|
||||
Reference in New Issue
Block a user