fix lint
This commit is contained in:
parent
08f6158283
commit
e84b6df0f8
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ const certbotCommand = 'certbot';
|
|||
const archiver = require('archiver');
|
||||
const path = require('path');
|
||||
const { isArray } = require('lodash');
|
||||
const PIP_URL = process.env.PIP_URL !== '' ? process.env.PIP_URL : 'https://www.piwheels.org/simple';
|
||||
const PIP_URL = process.env.PIP_URL !== '' ? process.env.PIP_URL : 'https://www.piwheels.org/simple';
|
||||
|
||||
function omissions() {
|
||||
return ['is_deleted'];
|
||||
|
|
|
@ -10,7 +10,7 @@ const authModel = require('./models/auth');
|
|||
const settingModel = require('./models/setting');
|
||||
const dns_plugins = require('./global/certbot-dns-plugins');
|
||||
const debug_mode = process.env.NODE_ENV !== 'production' || !!process.env.DEBUG;
|
||||
const PIP_URL = process.env.PIP_URL !== '' ? process.env.PIP_URL : 'https://www.piwheels.org/simple';
|
||||
const PIP_URL = process.env.PIP_URL !== '' ? process.env.PIP_URL : 'https://www.piwheels.org/simple';
|
||||
|
||||
/**
|
||||
* Creates a new JWT RSA Keypair if not alread set on the config
|
||||
|
|
Loading…
Reference in a new issue