This commit is contained in:
Alejandro Gómez
2025-12-21 15:37:01 +01:00
parent 6ebc501309
commit 21335a5849
7 changed files with 133 additions and 160 deletions

View File

@@ -353,6 +353,7 @@ export function loadSpellbook(
id: spellbook.event?.id || uuidv4(), // Fallback to uuid if local
slug: spellbook.slug,
title: spellbook.title,
description: spellbook.description,
pubkey: spellbook.event?.pubkey,
},
};