code linter got me again
This commit is contained in:
@@ -6,7 +6,7 @@ local network_handler = {}
|
|||||||
|
|
||||||
function network_handler.get_active_iface(request_context)
|
function network_handler.get_active_iface(request_context)
|
||||||
local live_gateway_ip, live_gateway_iface = utils.get_active_default_gateway()
|
local live_gateway_ip, live_gateway_iface = utils.get_active_default_gateway()
|
||||||
local response_data = {
|
local response_data = {
|
||||||
active_gateway_ip = live_gateway_ip,
|
active_gateway_ip = live_gateway_ip,
|
||||||
active_interface = live_gateway_iface,
|
active_interface = live_gateway_iface,
|
||||||
errCode = 0,
|
errCode = 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user