generated from retoor/boeh
chore: remove placeholder 1337 content from initial commit message
This commit is contained in:
@@ -26,7 +26,6 @@ class Metriki {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
emit(data){
|
emit(data){
|
||||||
console.info(data)
|
|
||||||
this.ws.send(JSON.stringify(data))
|
this.ws.send(JSON.stringify(data))
|
||||||
}
|
}
|
||||||
emitVisit(){
|
emitVisit(){
|
||||||
@@ -81,7 +80,6 @@ class Metriki {
|
|||||||
}else{
|
}else{
|
||||||
this.url += "/event"
|
this.url += "/event"
|
||||||
}
|
}
|
||||||
console.log(this.url)
|
|
||||||
const me = this
|
const me = this
|
||||||
this.ws = new WebSocket(this.url)
|
this.ws = new WebSocket(this.url)
|
||||||
this.ws.onopen = () => {
|
this.ws.onopen = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user