mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-05 17:04: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, {
|
||||
transports: ["websocket"],
|
||||
path: basePath + "socket.io"
|
||||
path: basePath + "socket.io",
|
||||
});
|
||||
|
||||
socket.on("info", (info) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue