Skip to content

Commit cde8789

Browse files
author
Vijaya Lakshmi Pokala
committed
fix(schema): correct minLength type for anonymous consumer
1 parent 2500db7 commit cde8789

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apisix/schema_def.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ local plugins_schema = {
2626

2727
_M.anonymous_consumer_schema = {
2828
type = "string",
29-
minLength = "1"
29+
minLength = 1
3030
}
3131

3232
function _M.get_realm_schema(default_val)

0 commit comments

Comments
 (0)