fix: format

This commit is contained in:
karishmas6
2024-08-21 05:29:41 +05:30
parent f8346f8985
commit dd12d136af

View File

@@ -9,6 +9,9 @@ import { operators } from './types/logic';
*/
export default class Preprocessor {
static validateWorkflow(workflow: WorkflowFile): any {
console.log(`Workflow from preprocessor: ${workflow}`)
const regex = Joi.object({
$regex: Joi.string().required(),
});