Merge pull request #572 from AmitChauhan63390/master

feat: order robots according to updatedAt
This commit is contained in:
Karishma Shukla
2025-05-06 16:53:39 +05:30
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -405,7 +405,7 @@ router.post('/recordings/:id/duplicate', requireSignIn, async (req: Authenticate
return step;
});
const currentTimestamp = new Date().toISOString();
const currentTimestamp = new Date().toLocaleString();
const newRobot = await Robot.create({
id: uuid(),