chore: todo
This commit is contained in:
@@ -13,6 +13,7 @@ import { getDecryptedProxyConfig } from './proxy';
|
|||||||
import { requireSignIn } from '../middlewares/auth';
|
import { requireSignIn } from '../middlewares/auth';
|
||||||
import { workflowQueue } from '../worker';
|
import { workflowQueue } from '../worker';
|
||||||
|
|
||||||
|
// todo: move from here
|
||||||
const getRecordingByFileName = async (fileName: string): Promise<any | null> => {
|
const getRecordingByFileName = async (fileName: string): Promise<any | null> => {
|
||||||
try {
|
try {
|
||||||
const recording = await readFile(`./../storage/recordings/${fileName}.waw.json`)
|
const recording = await readFile(`./../storage/recordings/${fileName}.waw.json`)
|
||||||
|
|||||||
Reference in New Issue
Block a user