We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3751f commit 2318b6fCopy full SHA for 2318b6f
apps/backend/src/datasources/postgres/UserDataSource.ts
@@ -506,7 +506,6 @@ export default class PostgresUserDataSource implements UserDataSource {
506
.select(['*', database.raw('count(*) OVER() AS full_count')])
507
.from('users')
508
.join('institutions as i', { 'users.institution_id': 'i.institution_id' })
509
- .orderBy('users.user_id', orderDirection)
510
.modify((query) => {
511
if (filter) {
512
query.andWhere((qb) => {
0 commit comments