Whoops
This commit is contained in:
parent
d5214286d8
commit
3f43927f97
1 changed files with 0 additions and 1 deletions
1
api.js
1
api.js
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue