From f364e0775ab9bae81f3e5d4b5b1391db55f50296 Mon Sep 17 00:00:00 2001 From: Emile Nijssen Date: Sun, 12 Jun 2022 23:28:51 +0200 Subject: [PATCH] fix eslint --- src/lib/WireGuard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/WireGuard.js b/src/lib/WireGuard.js index a7d43aa..7886ac9 100644 --- a/src/lib/WireGuard.js +++ b/src/lib/WireGuard.js @@ -265,7 +265,7 @@ Endpoint = ${WG_HOST}:${WG_PORT}`; config.clients[clientId] = client; await this.saveConfig(); - + return client; }