Skip to content

Commit

Permalink
ran install with new ui package. ran format
Browse files Browse the repository at this point in the history
  • Loading branch information
Blokh committed Aug 22, 2023
1 parent 73dcc1b commit 82e69bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,7 @@ export class WorkflowService {
context: DefaultContextSchema,
) {
if (!Object.keys(workflowDefinition?.contextSchema ?? {}).length) return;
console.log("test")
console.log('test');

const validate = ajv.compile(workflowDefinition?.contextSchema?.schema); // TODO: fix type
const isValid = validate(context);
Expand Down

0 comments on commit 82e69bd

Please sign in to comment.