diff options
Diffstat (limited to 'internal/handler/grpc/convert.go')
| -rw-r--r-- | internal/handler/grpc/convert.go | 2 |
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 | ||
| 3 | import ( | 3 | import ( |
| 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 | ||
| 8 | func NostrToPB(n *nostr.Event) *pb.Event { | 8 | func NostrToPB(n *nostr.Event) *pb.Event { |
