feat: rm isLogin field in routes
This commit is contained in:
@@ -350,7 +350,6 @@ router.post('/recordings/:id/duplicate', requireSignIn, async (req: Authenticate
|
|||||||
updatedAt: currentTimestamp,
|
updatedAt: currentTimestamp,
|
||||||
},
|
},
|
||||||
recording: { ...originalRobot.recording, workflow },
|
recording: { ...originalRobot.recording, workflow },
|
||||||
isLogin: originalRobot.isLogin,
|
|
||||||
google_sheet_email: null,
|
google_sheet_email: null,
|
||||||
google_sheet_name: null,
|
google_sheet_name: null,
|
||||||
google_sheet_id: null,
|
google_sheet_id: null,
|
||||||
|
|||||||
Reference in New Issue
Block a user