Fix linting errors
This commit is contained in:
parent
3d20971709
commit
cbb40b9e95
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue