Skip to content

Commit 38f12c6

Browse files
committed
fix: lint
1 parent d2c5cb6 commit 38f12c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apisix/core/config_yaml.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ end
259259

260260

261261
local function is_use_admin_api()
262-
local local_conf, err = config_local.local_conf()
262+
local local_conf, _ = config_local.local_conf()
263263
return local_conf and local_conf.apisix and local_conf.apisix.enable_admin
264264
end
265265

0 commit comments

Comments
 (0)