From f60520527b8862fe8d31b1cb28ceeae8469ca7a9 Mon Sep 17 00:00:00 2001 From: Raul P Date: Wed, 23 Jun 2021 02:06:45 +0200 Subject: [PATCH] Lint fix --- src/lib/WireGuard.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/WireGuard.js b/src/lib/WireGuard.js index 4b325bfe..65b27c97 100644 --- a/src/lib/WireGuard.js +++ b/src/lib/WireGuard.js @@ -235,7 +235,6 @@ Endpoint = ${WG_HOST}:${WG_PORT}`; const publicKey = await Util.exec(`echo ${privateKey} | wg pubkey`); const preSharedKey = await Util.exec('wg genpsk'); - // Create Client const clientId = uuid.v4(); const address = this.__composeIP(clientId, number, config);