reid 2 vuotta sitten
vanhempi
commit
a75e0ef783
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      ws/ws.go

+ 1 - 0
ws/ws.go

@@ -188,6 +188,7 @@ func loginHandler(conn *websocket.Conn, msg []byte, payload structs.WsPayload) e
 		config.Logger.Info("Login failed")
 		return fmt.Errorf("Failed auth")
 	}
+	return nil
 }