spacewander commented on code in PR #8866:
URL: https://github.com/apache/apisix/pull/8866#discussion_r1112469413
##########
apisix/secret/vault.lua:
##########
@@ -26,6 +26,7 @@ local norm_path = require("pl.path").normpath
local sub = core.string.sub
local rfind_char = core.string.rfind_char
+local env = require("apisix.core.env")
Review Comment:
Can't we import it like `core.string.sub`?
--
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]