chore: remove todo

This commit is contained in:
karishmas6
2024-10-10 04:32:45 +05:30
parent 29c1675d77
commit 51724e38f0

View File

@@ -15,7 +15,6 @@ import Robot from '../models/Robot';
import Run from '../models/Run';
import { workflowQueue } from '../worker';
// todo: move from here
export const getRecordingByFileName = async (fileName: string): Promise<any | null> => {
try {
const recording = await readFile(`./../storage/recordings/${fileName}.json`)