solve a little problem with array's fetching

This commit is contained in:
2025-08-06 14:35:17 +03:00
parent 87694f6654
commit adaedf195f

View File

@@ -125,7 +125,7 @@ func (h *HandlerV1) handleLUA(sid string, r *http.Request, req *rpc.RPCRequest,
return lua.LNil return lua.LNil
} }
} }
return lua.LNil return current
} }
val := get(fetchedParamsTable, path) val := get(fetchedParamsTable, path)