From 14baa96a6d8b8bb96ed734a3dcef295ef9d9f304 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 19 Sep 2024 17:39:51 +0530 Subject: [PATCH] chore: lint --- server/src/routes/storage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;