fix: ID dossier valide 16-caractères hex pour le compendium
This commit is contained in:
@@ -28,7 +28,7 @@ async function main() {
|
||||
}
|
||||
|
||||
// Créer le dossier Tarot dans le compendium
|
||||
const tarotFolderId = "folder_tarot"
|
||||
const tarotFolderId = "a000000000000001"
|
||||
const folderDoc = {
|
||||
_id: tarotFolderId,
|
||||
_key: `!folders!${tarotFolderId}`,
|
||||
|
||||
Reference in New Issue
Block a user