fix: remove ununsed return statements in keyhandler()

This commit is contained in:
Sebastian Mark 2024-10-27 11:12:38 +01:00
parent bbc9977f1c
commit 4f9bd664a3
2 changed files with 1 additions and 6 deletions

View file

@ -9,7 +9,6 @@ import (
func sendClientCommand(conn *websocket.Conn, msg GoTomato.ClientCommand) {
messageBytes, err := json.Marshal(msg)
if err != nil {
log.Error("Error marshalling!", "reason", err)
return