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