Skip to content

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
filepounder committed Jan 27, 2023
1 parent 31c3cd4 commit fb4de63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/make/projectColumnParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ exports.projectColumnParser = projectColumnParser;
*/
function projectColumnParser(column, result, tableAlias = '') {
if (column.expr.type === 'column_ref') {

const columnTable = column.expr.table || tableAlias;

if (column.as && column.as.toUpperCase() === '$$ROOT') {
Expand Down

0 comments on commit fb4de63

Please sign in to comment.