fix typo on protocol

This commit is contained in:
Roland Osborne 2022-08-31 15:01:23 -07:00
parent e70a02f53a
commit fd372187bc

View File

@ -124,7 +124,7 @@ export function useAppContext() {
channelContext.actions.setToken(token);
let protocol;
if (window.location.protocol === 'http') {
if (window.location.protocol === 'http:') {
protocol = 'ws://';
}
else {