Fix linting errors

This commit is contained in:
loay 2017-04-25 15:41:50 -04:00
parent 3d20971709
commit cbb40b9e95
1 changed files with 1 additions and 1 deletions

View File

@ -1209,7 +1209,7 @@ SQLConnector.prototype.buildOrderBy = function(model, order) {
SQLConnector.prototype.buildOrderByRandom = function() {
throw new Error(g.f('{{buildOrderByRandom()}} must be implemented by the connector'));
}
};
/**
* Build an array of fields for the database operation