Skip to content

Commit

Permalink
fix code lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tzssangglass committed Aug 28, 2022
1 parent 4e15e98 commit a86f5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apisix/plugins/limit-count/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function _M.check_schema(conf)
end

if conf.group then
-- means that call by some plugin noe support
-- means that call by some plugin not support
if conf._vid then
return false, "group is not supported"
end
Expand Down

0 comments on commit a86f5ec

Please sign in to comment.