Skip to content

Commit

Permalink
Test server:unit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lomamech committed Oct 15, 2022
1 parent 2c41723 commit 07c80a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/lib/filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ class FilterParser {
const group = this._group;
const having = this._having;

return `${sql} WHERE ${conditionStatements} ${group} ${having} ${order} ${limitCondition}`;
return `${sql} WHERE ${conditionStatements} ${group} ${having}${order} ${limitCondition}`;
}

parameters() {
Expand Down

0 comments on commit 07c80a0

Please sign in to comment.