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 3b775e2 commit a707675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apiServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const log = require('./ZelBack/src/lib/log');
const serviceManager = require('./ZelBack/src/services/serviceManager');
const upnpService = require('./ZelBack/src/services/upnpService');
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;
Expand Down

0 comments on commit a707675

Please sign in to comment.