Skip to content

Commit 310c489

Browse files
author
David White
committed
Lint
1 parent e2f10e0 commit 310c489

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ZelBack/src/services/fluxportControllerService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const upnpService = require('./upnpService');
88
const { FluxGossipServer, logController: fpcLogController } = require('@megachips/fluxport-controller');
99
const { executeCall: executeBenchmarkCall } = require('./benchmarkService');
1010

11-
const GOSSIPSERVER_TIMEOUT = 90
11+
const GOSSIPSERVER_TIMEOUT = 90;
1212

1313
let apiPort = null;
1414
let routerIp = null;

apiServer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ async function SetupPortsUpnpAndComputed() {
138138
try {
139139
[apiPort, routerIp] = await waitForApiPortAndRouterIp(autoUpnp);
140140
} catch (err) {
141-
log.error("Error waiting for ip and port, Shutting down.");
141+
log.error('Error waiting for ip and port, Shutting down.');
142142
log.error(err);
143143
process.exit();
144144
}

0 commit comments

Comments
 (0)