Browse Source

Fix: tests

remove not required variable.
pull/13/head
oof1lab 7 years ago
parent
commit
922224e570
  1. 1
      lib/xsql.js

1
lib/xsql.js

@ -238,7 +238,6 @@ class Xsql {
} }
} }
return orderBy
} }
getColumnsForSelectStmtWithGrpBy(reqQueryParams, tableName, queryParamsObj) { getColumnsForSelectStmtWithGrpBy(reqQueryParams, tableName, queryParamsObj) {

Loading…
Cancel
Save