Skip to content

Commit

Permalink
Update adapter-knex.js
Browse files Browse the repository at this point in the history
  • Loading branch information
josemf authored Jan 26, 2021
1 parent 3d88486 commit 397fb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adapter-knex/lib/adapter-knex.js
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ class QueryBuilder {
} else {
return undefined;
}
}).filter(s => typeof s !== "undefined");
}).filter(s => typeof s !== "undefined")
);
}
}
Expand Down

0 comments on commit 397fb63

Please sign in to comment.