aboutsummaryrefslogtreecommitdiff
path: root/xP
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-11-07 11:07:13 +0100
committerPřemysl Eric Janouch <p@janouch.name>2024-11-07 11:07:36 +0100
commita011b57ce24c8c78c1ccbc3137d2a0d5e814c1ba (patch)
tree9b0a78cab1053bb520a74452a3b6d6077aa3e2e5 /xP
parentb1ee29534562a03b5b74453942241e94df4ef21e (diff)
downloadxK-a011b57ce24c8c78c1ccbc3137d2a0d5e814c1ba.tar.gz
xK-a011b57ce24c8c78c1ccbc3137d2a0d5e814c1ba.tar.xz
xK-a011b57ce24c8c78c1ccbc3137d2a0d5e814c1ba.zip
Bump liberty
Diffstat (limited to 'xP')
-rw-r--r--xP/xP.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/xP/xP.go b/xP/xP.go
index c0c4448..188fd5d 100644
--- a/xP/xP.go
+++ b/xP/xP.go
@@ -145,8 +145,7 @@ func clientWriteError(ctx context.Context, ws *websocket.Conn, err error) bool {
b, ok := (&RelayEventMessage{
EventSeq: 0,
Data: RelayEventData{
- Interface: RelayEventDataError{
- Event: RelayEventError,
+ Variant: &RelayEventDataError{
CommandSeq: 0,
Error: err.Error(),
},