WHAT IS WRONG WITH THIS

This commit is contained in:
2026-02-01 19:00:58 -07:00
parent 6bd0503cc5
commit 64a15390e7

View File

@@ -132,7 +132,7 @@ app.ws('/ws', {
await db1 await db1
.update(berryDashChats) .update(berryDashChats)
.set({ .set({
content: atob(message.data.newContent) content: btoa(message.data.newContent)
}) })
.where( .where(
and( and(