fix: ID dossier valide 16-caractères hex pour le compendium

This commit is contained in:
2026-07-11 00:05:26 +02:00
parent c48ce71632
commit cd8ea9ec68
85 changed files with 82 additions and 82 deletions
+1 -1
View File
@@ -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}`,