mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
Fix ESLint errors
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const convict = require('convict');
|
||||
|
||||
let conf = convict({
|
||||
const conf = convict({
|
||||
bitly_key: {
|
||||
format: String,
|
||||
default: 'localhost',
|
||||
@@ -32,7 +32,7 @@ let conf = convict({
|
||||
// Perform validation
|
||||
conf.validate({ allowed: 'strict' });
|
||||
|
||||
let props = conf.getProperties();
|
||||
const props = conf.getProperties();
|
||||
module.exports = props;
|
||||
|
||||
module.exports.notLocalHost =
|
||||
|
||||
Reference in New Issue
Block a user