Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
XK4MiLX authored Oct 29, 2023
1 parent 326dc5f commit 3b775e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ const app = require('./ZelBack/src/lib/server');
const log = require('./ZelBack/src/lib/log');
const serviceManager = require('./ZelBack/src/services/serviceManager');
const upnpService = require('./ZelBack/src/services/upnpService');
const cmdAsync = util.promisify(nodecmd.get);
const hash = require('object-hash');
const { watch } = require("fs/promises");
const { watch } = require('fs/promises');

const cmdAsync = util.promisify(nodecmd.get);
const apiPort = userconfig.initial.apiport || config.server.apiport;
const homePort = +apiPort - 1;
const apiPortHttps = +apiPort + 1;
Expand Down

0 comments on commit 3b775e2

Please sign in to comment.