chore: lint

This commit is contained in:
karishmas6
2024-09-19 17:39:51 +05:30
parent 01295deb33
commit 14baa96a6d

View File

@@ -199,7 +199,7 @@ router.post('/runs/run/:fileName/:runId', async (req, res) => {
googleSheetUpdateTasks[req.params.runId] = {
name: parsedRun.name,
runId: req.params.runId,
status: 'pending',
status: 'pending',
};
return;