added one space

This commit is contained in:
Thomas
2021-01-29 14:30:45 +01:00
parent c1a093cb45
commit 37a6581a27

View File

@@ -1,7 +1,7 @@
import { ToastProgrammatic as Toast } from 'buefy'
const connection = new WebSocket('wss://tronio.gltronic.ovh/socket')
//const connection = new WebSocket('ws://localhost:3000/socket')
// const connection = new WebSocket('ws://localhost:3000/socket')
export default function createSocketPlugin () {
return store => {