This commit is contained in:
crusader
2017-09-01 16:07:30 +09:00
parent 1e1e212954
commit 7b05682732
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ func (h *webJSONRpcHandlers) OnRequest(soc ogw.Socket, method string, params []s
return so.Result, nil
}
func (wjh *webJSONRpcHandlers) OnNotify(soc ogw.Socket, method string, params []string) error {
func (h *webJSONRpcHandlers) OnNotify(soc ogw.Socket, method string, params []string) error {
return nil
}