Update server.js

This commit is contained in:
Peter Lewis 2023-02-01 11:22:48 +00:00 committed by GitHub
parent 8800cd9b0d
commit 1b835bfb40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ require('./services/Server');
const WireGuard = require('./services/WireGuard');
WireGuard.getConfig()
.catch(err => {
.catch((err) => {
// eslint-disable-next-line no-console
console.error(err);