feat: remove enabled

This commit is contained in:
karishmas6
2024-10-23 02:35:43 +05:30
parent e4eacf3f62
commit c21a7390f7

View File

@@ -361,7 +361,6 @@ router.put('/schedule/:id/', requireSignIn, async (req, res) => {
// Update robot with schedule details
await robot.update({
schedule: {
enabled: true,
runEvery,
runEveryUnit,
startFrom,