Skip to content

Commit 656a009

Browse files
committed
fix: methods of QueryBuilder should return the instance
1 parent d08d92c commit 656a009

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/database/utilities/QueryBuilder.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ class QueryBuilder {
7272
}
7373

7474
this.options.order.push([column, direction]);
75+
return this;
7576
}
7677

7778
/**

0 commit comments

Comments
 (0)