summaryrefslogtreecommitdiffstats
path: root/internal/storage/query.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/storage/query.go')
-rw-r--r--internal/storage/query.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/storage/query.go b/internal/storage/query.go
index 29a2a4c..e756f8f 100644
--- a/internal/storage/query.go
+++ b/internal/storage/query.go
@@ -7,7 +7,7 @@ import (
7 7
8 "google.golang.org/protobuf/proto" 8 "google.golang.org/protobuf/proto"
9 9
10 pb "northwest.io/nostr-grpc/api/nostr/v1" 10 pb "northwest.io/muxstr/api/nostr/v1"
11) 11)
12 12
13type QueryOptions struct { 13type QueryOptions struct {