chore: lint

This commit is contained in:
karishmas6
2024-10-10 06:03:56 +05:30
parent ef4146358a
commit 0c34803244

View File

@@ -30,7 +30,7 @@ const formatRecording = (recordingData: any) => {
router.get("/robots", requireAPIKey, async (req: Request, res: Response) => {
try {
const robots = await Robot.findAll({ raw: true});
const robots = await Robot.findAll({ raw: true });
const formattedRecordings = robots.map(formatRecording);
const response = {