mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-14 04:46:51 +00:00
Add some linting errors to see what happens
This commit is contained in:
@@ -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 ...');
|
||||
|
Reference in New Issue
Block a user