🪢 Unwrangling state vars for global search vs local
This commit is contained in:
@@ -2,7 +2,6 @@ import { Socket } from "airdcpp-apisocket";
|
||||
|
||||
class AirDCPPSocket {
|
||||
constructor(configuration) {
|
||||
console.log(configuration);
|
||||
let socketProtocol = "";
|
||||
if (configuration.protocol === "https") {
|
||||
socketProtocol = "wss";
|
||||
|
||||
Reference in New Issue
Block a user