WHAT IS WRONG WITH THIS
This commit is contained in:
@@ -132,7 +132,7 @@ app.ws('/ws', {
|
|||||||
await db1
|
await db1
|
||||||
.update(berryDashChats)
|
.update(berryDashChats)
|
||||||
.set({
|
.set({
|
||||||
content: atob(message.data.newContent)
|
content: btoa(message.data.newContent)
|
||||||
})
|
})
|
||||||
.where(
|
.where(
|
||||||
and(
|
and(
|
||||||
|
|||||||
Reference in New Issue
Block a user