🪢 Unwrangling state vars for global search vs local

This commit is contained in:
2022-08-18 00:10:31 -07:00
parent 5f59456c8b
commit 9bbf2efc3c
6 changed files with 50 additions and 14 deletions

View File

@@ -2,7 +2,6 @@ import { Socket } from "airdcpp-apisocket";
class AirDCPPSocket {
constructor(configuration) {
console.log(configuration);
let socketProtocol = "";
if (configuration.protocol === "https") {
socketProtocol = "wss";