mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-05-10 16:02:27 +00:00
eslint
This commit is contained in:
parent
d8ca38cb26
commit
f6abe27a8a
@ -1,5 +1,5 @@
|
|||||||
const migrate_name = 'client_max_body_size';
|
const migrate_name = 'client_max_body_size';
|
||||||
const logger = require('../logger').migrate;
|
const logger = require('../logger').migrate;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Migrate
|
* Migrate
|
||||||
@ -31,4 +31,4 @@ exports.up = function (knex/*, Promise*/) {
|
|||||||
exports.down = function (knex, Promise) {
|
exports.down = function (knex, Promise) {
|
||||||
logger.warn('[' + migrate_name + '] You can\'t migrate down this one.');
|
logger.warn('[' + migrate_name + '] You can\'t migrate down this one.');
|
||||||
return Promise.resolve(true);
|
return Promise.resolve(true);
|
||||||
};
|
};
|
Loading…
x
Reference in New Issue
Block a user