diff --git a/server/src/routes/storage.ts b/server/src/routes/storage.ts index b5263244..6ec98b60 100644 --- a/server/src/routes/storage.ts +++ b/server/src/routes/storage.ts @@ -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;