diff options
| author | bndw <ben@bdw.to> | 2026-02-14 12:03:21 -0800 |
|---|---|---|
| committer | bndw <ben@bdw.to> | 2026-02-14 12:03:21 -0800 |
| commit | 4fc493e6d8cc20137f920f8647e39fc5051bb245 (patch) | |
| tree | 69055d7da89ca909e33c66de7a883fdbe2ccbb97 /internal/handler/websocket/convert.go | |
| parent | 3e0ddc90c8f4ae7658cc07fb183aa0a7ecc338b7 (diff) | |
refactor: remove frivolous comments from auth validation/credentials
Also removed internal/nostr package - now using northwest.io/nostr library.
Diffstat (limited to 'internal/handler/websocket/convert.go')
| -rw-r--r-- | internal/handler/websocket/convert.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/handler/websocket/convert.go b/internal/handler/websocket/convert.go index 1d006f9..5a5692a 100644 --- a/internal/handler/websocket/convert.go +++ b/internal/handler/websocket/convert.go | |||
| @@ -2,7 +2,7 @@ package websocket | |||
| 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/muxstr/internal/nostr" | 5 | "northwest.io/nostr" |
| 6 | ) | 6 | ) |
| 7 | 7 | ||
| 8 | func NostrToPB(n *nostr.Event) *pb.Event { | 8 | func NostrToPB(n *nostr.Event) *pb.Event { |
