Revert "Update server.js to keep lint happy"

This reverts commit 90b6c19c6a.
This commit is contained in:
Peter Lewis 2023-02-01 11:08:05 +00:00
parent 90b6c19c6a
commit 563cb77176
No known key found for this signature in database
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 => {