diff --git a/server/src/routes/storage.ts b/server/src/routes/storage.ts index ddadf240..a9f2e0e9 100644 --- a/server/src/routes/storage.ts +++ b/server/src/routes/storage.ts @@ -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,