diff options
Diffstat (limited to 'internal/handler/websocket/handler.go')
| -rw-r--r-- | internal/handler/websocket/handler.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 ( | |||
| 8 | "net/http" | 8 | "net/http" |
| 9 | 9 | ||
| 10 | pb "northwest.io/muxstr/api/nostr/v1" | 10 | pb "northwest.io/muxstr/api/nostr/v1" |
| 11 | "northwest.io/muxstr/internal/nostr" | ||
| 12 | "northwest.io/muxstr/internal/storage" | 11 | "northwest.io/muxstr/internal/storage" |
| 13 | "northwest.io/muxstr/internal/subscription" | 12 | "northwest.io/muxstr/internal/subscription" |
| 14 | "northwest.io/muxstr/internal/websocket" | 13 | "northwest.io/muxstr/internal/websocket" |
| 14 | "northwest.io/nostr" | ||
| 15 | ) | 15 | ) |
| 16 | 16 | ||
| 17 | type EventStore interface { | 17 | type EventStore interface { |
