diff --git a/server/homebrew.api.js b/server/homebrew.api.js index e69a7284a..2c5244a60 100644 --- a/server/homebrew.api.js +++ b/server/homebrew.api.js @@ -354,7 +354,7 @@ const api = { if(brewFromServer?.hash !== brewFromClient?.hash) { console.log(`Hash mismatch on brew ${brewFromClient.editId}`); - + debugTextMismatch(brewFromClient.text, brewFromServer.text, `edit/${brewFromClient.editId}`); res.setHeader('Content-Type', 'application/json'); return res.status(409).send(JSON.stringify({ message: `The server copy is out of sync with the saved brew. Please save your changes elsewhere, refresh, and try again.` })); }