bisakhmondal commented on a change in pull request #5331:
URL: https://github.com/apache/apisix/pull/5331#discussion_r736200799



##########
File path: apisix/plugins/grpc-transcode/util.lua
##########
@@ -14,37 +14,26 @@
 -- See the License for the specific language governing permissions and
 -- limitations under the License.
 --
-local core     = require("apisix.core")
-local json     = core.json
-local pb       = require("pb")
-local ngx      = ngx
-local pairs    = pairs
-local ipairs   = ipairs
-local string   = string
-local tonumber = tonumber
-local type     = type
+local core              = require("apisix.core")
+local proto_fake_file   = 
require("apisix..plugins.grpc-transcode.proto").proto_fake_file

Review comment:
       It was an honest mistake but it turns out it could refer to the intended 
object : )
   Something new!!




-- 
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]


Reply via email to