diff --git a/api.js b/api.js index 49abf2c..89e0f3b 100644 --- a/api.js +++ b/api.js @@ -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