summaryrefslogtreecommitdiffstats
path: root/internal/handler/websocket/handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/handler/websocket/handler.go')
-rw-r--r--internal/handler/websocket/handler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/handler/websocket/handler.go b/internal/handler/websocket/handler.go
index 51288bc..6eb8763 100644
--- a/internal/handler/websocket/handler.go
+++ b/internal/handler/websocket/handler.go
@@ -12,7 +12,7 @@ import (
12 "northwest.io/muxstr/internal/storage" 12 "northwest.io/muxstr/internal/storage"
13 "northwest.io/muxstr/internal/subscription" 13 "northwest.io/muxstr/internal/subscription"
14 "northwest.io/muxstr/internal/websocket" 14 "northwest.io/muxstr/internal/websocket"
15 "northwest.io/nostr" 15 "code.northwest.io/nostr"
16) 16)
17 17
18type EventStore interface { 18type EventStore interface {