From 64a15390e7dcf6a8b1663ec752f79f2fec130492 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Sun, 1 Feb 2026 19:00:58 -0700 Subject: [PATCH] WHAT IS WRONG WITH THIS --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 828efc1..1990cd0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -132,7 +132,7 @@ app.ws('/ws', { await db1 .update(berryDashChats) .set({ - content: atob(message.data.newContent) + content: btoa(message.data.newContent) }) .where( and(