monkeyDluffy6017 commented on code in PR #9710:
URL: https://github.com/apache/apisix/pull/9710#discussion_r1266150298
##########
apisix/plugins/opa.lua:
##########
@@ -20,6 +20,7 @@ local http = require("resty.http")
local helper = require("apisix.plugins.opa.helper")
local type = type
+local pairs = pairs
Review Comment:
Why not put this under this line `local type = type`
##########
apisix/plugins/opa.lua:
##########
@@ -20,6 +20,7 @@ local http = require("resty.http")
local helper = require("apisix.plugins.opa.helper")
local type = type
+local pairs = pairs
Review Comment:
Why not put this under the line `local type = type`
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]