Revert "Update server.js to keep lint happy"
This reverts commit 90b6c19c6a
.
This commit is contained in:
parent
90b6c19c6a
commit
563cb77176
|
@ -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()
|
WireGuard.getConfig()
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
|
|
Loading…
Reference in New Issue