Add some linting errors to see what happens
This commit is contained in:
parent
de72222e3d
commit
a232ab8d14
2 changed files with 3 additions and 3 deletions
|
@ -21,8 +21,8 @@ async function appStart () {
|
|||
.then(internalIpRanges.fetch)
|
||||
.then(() => {
|
||||
|
||||
internalCertificate.initTimer();
|
||||
internalIpRanges.initTimer();
|
||||
internalCertificate.initTimer();
|
||||
internalIpRanges.initTimer();
|
||||
|
||||
const server = app.listen(3000, () => {
|
||||
logger.info('Backend PID ' + process.pid + ' listening on port 3000 ...');
|
||||
|
|
|
@ -14,7 +14,7 @@ module.exports = {
|
|||
reject(err);
|
||||
} else {
|
||||
resolve(stdout.trim());
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue