mirror of
https://github.com/status-im/github-comment-manager.git
synced 2025-02-19 20:58:09 +00:00
do a simple sort on $loki id
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
775c850005
commit
5ef9bb30a2
@ -49,7 +49,7 @@ class Builds {
|
||||
async getBuilds (pr) {
|
||||
const builds = await this.builds.chain()
|
||||
.find({pr})
|
||||
.sort(this.buildsSort)
|
||||
.simplesort('$loki')
|
||||
.data()
|
||||
/* strip the $loki attribute */
|
||||
return builds.map((b) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user