summaryrefslogtreecommitdiffstats
path: root/internal/storage/deletions.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/storage/deletions.go')
-rw-r--r--internal/storage/deletions.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/storage/deletions.go b/internal/storage/deletions.go
index c16b96b..3999d2c 100644
--- a/internal/storage/deletions.go
+++ b/internal/storage/deletions.go
@@ -4,7 +4,7 @@ import (
4 "context" 4 "context"
5 "fmt" 5 "fmt"
6 6
7 pb "northwest.io/nostr-grpc/api/nostr/v1" 7 pb "northwest.io/muxstr/api/nostr/v1"
8) 8)
9 9
10const KindDeletion = 5 10const KindDeletion = 5