feat: rm isLogin field in routes

This commit is contained in:
Rohit
2025-01-25 17:29:33 +05:30
parent 38b72cdb57
commit 0bc8856f3e

View File

@@ -350,7 +350,6 @@ router.post('/recordings/:id/duplicate', requireSignIn, async (req: Authenticate
updatedAt: currentTimestamp,
},
recording: { ...originalRobot.recording, workflow },
isLogin: originalRobot.isLogin,
google_sheet_email: null,
google_sheet_name: null,
google_sheet_id: null,