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;
|
return step;
|
||||||
});
|
});
|
||||||
|
|
||||||
const currentTimestamp = new Date().toISOString();
|
const currentTimestamp = new Date().toLocaleString();
|
||||||
|
|
||||||
const newRobot = await Robot.create({
|
const newRobot = await Robot.create({
|
||||||
id: uuid(),
|
id: uuid(),
|
||||||
|
|||||||
Reference in New Issue
Block a user