Update server.js to keep lint happy
This commit is contained in:
parent
2c7221b64a
commit
90b6c19c6a
|
@ -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