mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	fix linting
This commit is contained in:
		| @@ -6,6 +6,7 @@ Model.knex(db); | ||||
|  | ||||
| module.exports = function () { | ||||
| 	if (config.database.knex && config.database.knex.client === 'sqlite3') { | ||||
| 		// eslint-disable-next-line | ||||
| 		return Model.raw("datetime('now','localtime')"); | ||||
| 	} | ||||
| 	return Model.raw('NOW()'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user