Update src/mixins/socket.js: add trailing comma

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
Jakub Blažej 2021-12-25 20:10:57 +01:00 committed by GitHub
parent 20291427e3
commit b46aa4014b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ export default {
socket = io(wsHost, {
transports: ["websocket"],
path: basePath + "socket.io"
path: basePath + "socket.io",
});
socket.on("info", (info) => {