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