Skip to content

Commit 49c1aaf

Browse files
author
Christophe Bougere
committed
feat: trigger new release
BREAKING CHANGE: great refacto
1 parent 40b94d6 commit 49c1aaf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/validator.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ export = function validator(
6060

6161
const options = opts ?? DefaultOptions;
6262
const errors = jsonSchemaErrors(definition, options);
63-
6463
if (errors.length === 0) {
6564
errors.push(...missingTransitionTargetErrors(definition, options));
6665
errors.push(...stateTransitionsErrors(definition, options));

0 commit comments

Comments
 (0)