Update server.js to keep lint happy

This commit is contained in:
Peter Lewis 2023-02-01 11:05:16 +00:00 committed by GitHub
parent 2c7221b64a
commit 90b6c19c6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
'use strict';
"use strict";
require('./services/Server');
require("./services/Server");
const WireGuard = require('./services/WireGuard');
const WireGuard = require("./services/WireGuard");
WireGuard.getConfig()
.catch(err => {