make linter pass

This commit is contained in:
2017-01-22 14:16:30 -07:00
parent 7ba55e7482
commit d59f09d1fd
8 changed files with 9 additions and 6 deletions

View File

@@ -1,5 +1,3 @@
'use strict';
module.exports = function(Customer) {
module.exports = (/* Customer */) => {
};