fix eslint

This commit is contained in:
Emile Nijssen 2022-06-12 23:28:51 +02:00
parent b4c4dc1ad7
commit f364e0775a
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ Endpoint = ${WG_HOST}:${WG_PORT}`;
config.clients[clientId] = client;
await this.saveConfig();
return client;
}