Fix some bugs

This commit is contained in:
Jon Staab
2026-04-22 14:39:37 -07:00
parent b3c2ee7f87
commit 53bf913fe6
6 changed files with 71 additions and 22 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ func createTestManagementStore() *ManagementStore {
secret: nostr.Generate(),
}
schema := &Schema{Name: "test_" + RandomString(8)}
relay := &khatru.Relay{}
relay := khatru.NewRelay()
events := &EventStore{
Relay: relay,
Config: config,