From 37a6581a275fcc9601d99f20df1e4e19dcd53f29 Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 29 Jan 2021 14:30:45 +0100 Subject: [PATCH] added one space --- client/src/store/socketPlugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/store/socketPlugin.js b/client/src/store/socketPlugin.js index 1ecf5bb..2bb38c3 100644 --- a/client/src/store/socketPlugin.js +++ b/client/src/store/socketPlugin.js @@ -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 => {