Simplify storage adapters

This commit is contained in:
Jon Staab
2025-04-02 17:14:04 -07:00
parent 04c9af3357
commit 31064d2324
5 changed files with 28 additions and 191 deletions
+1
View File
@@ -82,6 +82,7 @@ export const {
indexStore: handlesByNip05,
deriveItem: deriveHandle,
loadItem: loadHandle,
onItem: onHandle,
} = collection({
name: "handles",
store: handles,