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