Merge pull request #572 from AmitChauhan63390/master
feat: order robots according to updatedAt
This commit is contained in:
@@ -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(),
|
||||
|
||||
@@ -749,4 +749,4 @@ const modalStyle = {
|
||||
height: 'fit-content',
|
||||
display: 'block',
|
||||
padding: '20px',
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user