chore: todo

This commit is contained in:
karishmas6
2024-10-08 21:58:47 +05:30
parent 3673a2e799
commit 5a32e69d42

View File

@@ -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<any | null> => {
try {
const recording = await readFile(`./../storage/recordings/${fileName}.waw.json`)