Skip to content

Commit

Permalink
Fix/duplicate orgs - KI-986868: Duplicated organizations (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
giurigaud authored Sep 3, 2024
1 parent a03d972 commit 5d6bc95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed
- Add sort to searchDocumentsWithPaginationInfo at getAllUsers

## [1.44.3] - 2024-08-22

### Fixed
Expand Down
1 change: 1 addition & 0 deletions node/resolvers/Queries/Users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export const getAllUsers = async ({
pageSize: PAGINATION.pageSize,
},
schema: config.version,
sort: 'id asc',
...(where ? { where } : {}),
})

Expand Down

0 comments on commit 5d6bc95

Please sign in to comment.