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`)