mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 04:52:26 +00:00
remove default case because it's not allowed
This commit is contained in:
@@ -108,8 +108,6 @@ func (h *HandlerV1) handleLUA(sid string, r *http.Request, req *rpc.RPCRequest,
|
||||
for i, v := range params {
|
||||
fetchedParamsTable.RawSetInt(i+1, ConvertGolangTypesToLua(L, v))
|
||||
}
|
||||
default:
|
||||
L.SetField(fetchedParamsTable, "_", ConvertGolangTypesToLua(L, params))
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user