mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
fix compile
This commit is contained in:
parent
6a2267cb97
commit
413f62f56b
2 changed files with 1 additions and 2 deletions
|
@ -435,7 +435,7 @@ func C2SHandleBunchedCommand(conn *websocket.Conn, client *ClientInfo, msg Clien
|
|||
key := fmt.Sprintf("%s:%s", msg.Command, msg.origArguments)
|
||||
|
||||
resultCh := bunchGroup.DoChan(key, func() (interface{}, error) {
|
||||
return Backend.SendRemoteCommandCached(msg.Command, msg.origArguments, AuthInfo{})
|
||||
return Backend.SendRemoteCommandCached(string(msg.Command), msg.origArguments, AuthInfo{})
|
||||
})
|
||||
|
||||
client.MsgChannelKeepalive.Add(1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue