This commit is contained in:
2026-01-30 21:45:04 -07:00
parent 03a2d9a4f5
commit e303a40cc1

View File

@@ -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()