This commit is contained in:
bingus_violet 2024-12-17 00:20:37 -06:00
parent a4effacfa9
commit d5214286d8

1
api.js
View file

@ -105,6 +105,7 @@ 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