mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-15 14:19:41 -06:00
Merge pull request #2251 from bluewave-labs/fix/fe/monitor-resume-pause
Fix - Monitor Resume and Pause toast messages were switched
This commit is contained in:
@@ -589,7 +589,9 @@ class MonitorController {
|
||||
status: "$$REMOVE",
|
||||
},
|
||||
},
|
||||
]);
|
||||
],
|
||||
{ new: true }
|
||||
);
|
||||
monitor.isActive === true
|
||||
? await this.jobQueue.deleteJob(monitor)
|
||||
: await this.jobQueue.addJob(monitor._id, monitor);
|
||||
|
||||
Reference in New Issue
Block a user