From 922224e570004411d6aa9e6f1dd29e45fb26cf38 Mon Sep 17 00:00:00 2001 From: oof1lab Date: Mon, 6 Nov 2017 18:05:07 +0000 Subject: [PATCH] Fix: tests remove not required variable. --- lib/xsql.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/xsql.js b/lib/xsql.js index d15e2b6253..9e64dd65d3 100644 --- a/lib/xsql.js +++ b/lib/xsql.js @@ -238,7 +238,6 @@ class Xsql { } } - return orderBy } getColumnsForSelectStmtWithGrpBy(reqQueryParams, tableName, queryParamsObj) {