🔧 Refactoring

This commit is contained in:
2022-04-17 19:38:31 -07:00
parent 9548db5d63
commit d53ab0432e
4 changed files with 17 additions and 19 deletions

View File

@@ -68,7 +68,7 @@ export default class SocketService extends Service {
actions: {},
methods: {},
async started() {
this.io.on("connection", (data) => console.log("Connected to socket.io server."))
this.io.on("connection", (data) => console.log("socket.io server initialized."))
}
},
schema