Skip to content

Commit a7f8804

Browse files
committed
revert changes to solution
1 parent b9949b1 commit a7f8804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LearnJsonEverything/wwwroot/data/lessons/schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
}
202202
solution: |-
203203
builder.Type(SchemaValueType.Number)
204-
.ExclusiveMaximum(0)
204+
.ExclusiveMinimum(0)
205205
.Maximum(10);
206206
tests:
207207
- instance: 6.8

0 commit comments

Comments
 (0)