code linter got me again
Skyweave Test, Lint, and Deploy Ritual / Test and Lint Code (push) Successful in 29s
Skyweave Test, Lint, and Deploy Ritual / Deploy to Roof Unit (push) Successful in 26s

This commit is contained in:
wes
2025-06-30 07:23:53 -04:00
parent 48116eb42c
commit 98e04a7b31
+1 -1
View File
@@ -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,