fix: incorrect description for user age condition (#16)

This commit is contained in:
Ushie 2022-07-16 22:36:26 +03:00 committed by GitHub
parent 422bed5364
commit 999a345f96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@
"properties": {
"server_age": {
"type": "integer",
"description": "The user must be at least this many days old on the server."
"description": "The user must be less than this many days old on the server."
}
},
"description": "User condition."