Skip to content

Commit c446b75

Browse files
committed
fix(Schema): Fixed the errors.json
Signed-off-by: Charles d'Avernas <[email protected]>
1 parent 1f7c5ae commit c446b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/errors.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
},
195195
"description":"References the errors not to handle. If null, and if `when` is null, all errors are caught.",
196196
"additionalItems":false,
197-
"minItems":1
197+
"minItems": 1
198198
},
199199
"retry":{
200200
"oneOf":[

0 commit comments

Comments
 (0)