chore: remove todo

This commit is contained in:
karishmas6
2024-10-15 01:46:49 +05:30
parent 7c6ef5a491
commit 8965bdd6d1

View File

@@ -4,9 +4,8 @@ import Robot from './Robot';
import minioClient from '../storage/mino'; import minioClient from '../storage/mino';
// TODO: // TODO:
// 1. rename variables // 1. we might not need interpreter settings?
// 2. we might not need interpreter settings?
// 3. store binaryOutput in MinIO
interface InterpreterSettings { interface InterpreterSettings {
maxConcurrency: number; maxConcurrency: number;
maxRepeats: number; maxRepeats: number;