This commit is contained in:
Kenneth Jannette
2024-03-07 15:47:25 -06:00
parent 99735fe71b
commit 4fc6971efd
2 changed files with 5 additions and 2 deletions

View File

@@ -462,6 +462,8 @@ const DocEditPage = () => {
if (!docId) {
return;
}
console.log("updaeeResponseGenerationCount past if block");
await updateDoc(doc(db, "documents", docId), {
responseGenerations: increment(1),
});