Skip to content

Commit 3f88860

Browse files
committed
feat: pass isLogin false on robot duplication
1 parent a0fc8cf commit 3f88860

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/routes/storage.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ router.post('/recordings/:id/duplicate', requireSignIn, async (req: Authenticate
315315
google_sheet_id: null,
316316
google_access_token: null,
317317
google_refresh_token: null,
318+
isLogin: false,
318319
schedule: null,
319320
});
320321

0 commit comments

Comments
 (0)