From 5a32e69d42fc302051cd2ac5ab17f705a1090377 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Tue, 8 Oct 2024 21:58:47 +0530 Subject: [PATCH] chore: todo --- server/src/routes/storage.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/routes/storage.ts b/server/src/routes/storage.ts index 25f28eb9..2d63c5a6 100644 --- a/server/src/routes/storage.ts +++ b/server/src/routes/storage.ts @@ -13,6 +13,7 @@ import { getDecryptedProxyConfig } from './proxy'; import { requireSignIn } from '../middlewares/auth'; import { workflowQueue } from '../worker'; +// todo: move from here const getRecordingByFileName = async (fileName: string): Promise => { try { const recording = await readFile(`./../storage/recordings/${fileName}.waw.json`)