This commit is contained in:
bingus_violet 2024-12-17 00:23:13 -06:00
parent d5214286d8
commit 3f43927f97

1
api.js
View file

@ -105,7 +105,6 @@ function blogSocket() {
blog.addEventListener("message", async (res) => {
var data = JSON.parse(res.data)
console.log(data)
if (data.type == "init") {
console.log("Connected to Blog Websocket!")
module.exports.blogConnected = true