more debug

This commit is contained in:
adueck 2022-10-02 15:16:52 +04:00
parent 0d39726eb9
commit c155c2c4ca
1 changed files with 2 additions and 0 deletions

View File

@ -45,7 +45,9 @@ export async function addToWordlist({ entry, notes }: {
entry,
notes,
};
console.log("going to add to wordlist", entry);
await addToLocalDb({ type: "wordlist", doc });
console.log("has been added");
return doc;
}