From d5214286d858b436042ec8463c45a55cd223b573 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Tue, 17 Dec 2024 00:20:37 -0600 Subject: [PATCH] Testing --- api.js | 1 + 1 file changed, 1 insertion(+) 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