From e303a40cc1e3fabd145c4d1b3f308afc9248c949 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Fri, 30 Jan 2026 21:45:04 -0700 Subject: [PATCH] Fuck --- src/routes/berrydash/splash-text/post.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/berrydash/splash-text/post.ts b/src/routes/berrydash/splash-text/post.ts index e1e8cc0..a3f040f 100644 --- a/src/routes/berrydash/splash-text/post.ts +++ b/src/routes/berrydash/splash-text/post.ts @@ -105,7 +105,7 @@ export async function handler (context: Context) { const time = Math.floor(Date.now() / 1000) await db1 .insert(berryDashSplashTexts) - .values({ userId, content: atob(body.content), timestamp: time }) + .values({ userId, content: btoa(body.content), timestamp: time }) connection0.end() connection1.end()