ikatlinsky commented on code in PR #10607:
URL: https://github.com/apache/apisix/pull/10607#discussion_r1418454771
##########
apisix/plugins/limit-count.lua:
##########
@@ -14,11 +14,12 @@
-- See the License for the specific language governing permissions and
-- limitations under the License.
--
-local limit_count = require("apisix.plugins.limit-count.init")
+local fetch_secrets = require("apisix.secret").fetch_secrets
+local limit_count = require("apisix.plugins.limit-count.init")
-local plugin_name = "limit-count"
-local _M = {
- version = 0.4,
+local plugin_name = "limit-count"
+local _M = {
Review Comment:
my bad, seems like my auto-formatter configuration
--
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]