Fixed Joi v2

This commit is contained in:
Felix Kaspar
2023-11-21 14:57:58 +01:00
parent b9b7f0d5ea
commit c45e6c43f2
5 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
import { Operator } from "../functions";
// TODO: Import other Operators (could make this dynamic?)
// TODO: Import other Operators (could make this dynamic)
import { Impose } from "../functions/impose";
export const Operators = {
Impose: Impose