Idk why I did that

This commit is contained in:
2026-02-01 18:58:00 -07:00
parent 638f9f5d1d
commit 6bd0503cc5

View File

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