nic-chen commented on a change in pull request #915:
URL: https://github.com/apache/apisix-dashboard/pull/915#discussion_r532469175
##########
File path: api/internal/core/store/validate.go
##########
@@ -123,25 +123,25 @@ func cHashKeySchemaCheck(upstream *entity.UpstreamDef)
error {
if upstream.HashOn == "vars" {
schemaDef =
conf.Schema.Get("main.upstream_hash_vars_schema").String()
if schemaDef == "" {
- return fmt.Errorf("scheme validate failed: schema not
found, patch: main.upstream_hash_vars_schema")
+ return fmt.Errorf("schema validate faileded: schema not
found, patch: main.upstream_hash_vars_schema")
Review comment:
fixed
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]