mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 08:12:25 +00:00
solve a little problem with array's fetching
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user