From 4fc493e6d8cc20137f920f8647e39fc5051bb245 Mon Sep 17 00:00:00 2001 From: bndw Date: Sat, 14 Feb 2026 12:03:21 -0800 Subject: refactor: remove frivolous comments from auth validation/credentials Also removed internal/nostr package - now using northwest.io/nostr library. --- internal/handler/websocket/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/handler/websocket/handler.go') diff --git a/internal/handler/websocket/handler.go b/internal/handler/websocket/handler.go index f8a7fbd..5d40abb 100644 --- a/internal/handler/websocket/handler.go +++ b/internal/handler/websocket/handler.go @@ -8,10 +8,10 @@ import ( "net/http" pb "northwest.io/muxstr/api/nostr/v1" - "northwest.io/muxstr/internal/nostr" "northwest.io/muxstr/internal/storage" "northwest.io/muxstr/internal/subscription" "northwest.io/muxstr/internal/websocket" + "northwest.io/nostr" ) type EventStore interface { -- cgit v1.2.3