feat: persist isLogin on duplication

This commit is contained in:
Rohit
2025-01-20 17:18:19 +05:30
parent f82344c0a2
commit ced5b09daa

View File

@@ -248,6 +248,7 @@ 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,