eslint
This commit is contained in:
parent
d8ca38cb26
commit
f6abe27a8a
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue