chore: remove todo

This commit is contained in:
amhsirak
2024-12-11 02:02:52 +05:30
parent 8533ea5362
commit 0b1b243683

View File

@@ -3,11 +3,6 @@ import { Coordinates } from "../types";
import { WhereWhatPair, WorkflowFile } from "maxun-core";
import logger from "../logger";
/*TODO:
1. Handle TS errors (here we definetly know better)
2. Add pending function descriptions + thought process (esp. selector generation)
*/
type Workflow = WorkflowFile["workflow"];
/**