chore(gui-v2): missing events

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2022-09-06 12:24:16 +05:30
parent bd56523c76
commit 47b1d688a5

View File

@@ -52,8 +52,6 @@ export default defineNuxtPlugin(async (nuxtApp) => {
const tele = {
emit(evt: string, data: Record<string, any>) {
console.log('======== tele : ', evt, JSON.stringify(data))
// debugger
if (socket) {
socket.emit('event', {