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';
// TODO:
// 1. rename variables
// 2. we might not need interpreter settings?
// 3. store binaryOutput in MinIO
// 1. we might not need interpreter settings?
interface InterpreterSettings {
maxConcurrency: number;
maxRepeats: number;