Skip to content

Commit

Permalink
chore: fix missing severity in custom validator example
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Apr 3, 2024
1 parent 0e74043 commit fd6d698
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/develop-vanilla.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@
return [
{
path: ['object', 'a'],
message: '"a" should not be "b" ;)'
message: '"a" should not be "b" ;)',
severity: 'warning'
}
]
}
Expand Down

0 comments on commit fd6d698

Please sign in to comment.