chore: lint
This commit is contained in:
@@ -81,10 +81,10 @@ router.get("/robots/:id", requireAPIKey, async (req: Request, res: Response) =>
|
|||||||
try {
|
try {
|
||||||
const robot = await Robot.findOne({
|
const robot = await Robot.findOne({
|
||||||
where: {
|
where: {
|
||||||
'recording_meta.id': req.params.id
|
'recording_meta.id': req.params.id
|
||||||
},
|
},
|
||||||
raw: true
|
raw: true
|
||||||
});
|
});
|
||||||
|
|
||||||
const formattedRecording = formatRecordingById(robot);
|
const formattedRecording = formatRecordingById(robot);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user