Browse Source

Update server.js to keep lint happy

pull/549/head
Peter Lewis 2 years ago
committed by GitHub
parent
commit
90b6c19c6a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      src/server.js

6
src/server.js

@ -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 => {

Loading…
Cancel
Save