mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-06 09:24:46 +00:00
Update src/mixins/socket.js: add trailing comma
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
20291427e3
commit
b46aa4014b
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ export default {
|
||||||
|
|
||||||
socket = io(wsHost, {
|
socket = io(wsHost, {
|
||||||
transports: ["websocket"],
|
transports: ["websocket"],
|
||||||
path: basePath + "socket.io"
|
path: basePath + "socket.io",
|
||||||
});
|
});
|
||||||
|
|
||||||
socket.on("info", (info) => {
|
socket.on("info", (info) => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue