Skip to content

Commit

Permalink
- DEVSU-2524
Browse files Browse the repository at this point in the history
- Order evidence levels from GraphKB by display name (IPR-A -> IPR-E)
  • Loading branch information
bnguyen-bcgsc committed Nov 25, 2024
1 parent 22ed0de commit c09c0d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/api/graphkb.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const graphkbEvidenceLevels = async (graphkbToken) => {
filters: {name: 'ipr'},
},
},
orderBy: 'displayName',
limit: 100,
skip: 0,
target: 'EvidenceLevel',
Expand Down

0 comments on commit c09c0d0

Please sign in to comment.