summaryrefslogtreecommitdiffstats
path: root/internal/handler/websocket/convert.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/handler/websocket/convert.go')
-rw-r--r--internal/handler/websocket/convert.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/handler/websocket/convert.go b/internal/handler/websocket/convert.go
index 0458ee4..1d006f9 100644
--- a/internal/handler/websocket/convert.go
+++ b/internal/handler/websocket/convert.go
@@ -1,8 +1,8 @@
1package websocket 1package websocket
2 2
3import ( 3import (
4 pb "northwest.io/nostr-grpc/api/nostr/v1" 4 pb "northwest.io/muxstr/api/nostr/v1"
5 "northwest.io/nostr-grpc/internal/nostr" 5 "northwest.io/muxstr/internal/nostr"
6) 6)
7 7
8func NostrToPB(n *nostr.Event) *pb.Event { 8func NostrToPB(n *nostr.Event) *pb.Event {