Skip to content

Commit

Permalink
Remove rankName
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Sep 12, 2021
1 parent c969e71 commit f69f4fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/combination/dimensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,14 @@ export const COMBINATION_DIMENSIONS = [
{
dimension: 'task',
idName: 'taskId',
rankName: 'taskRank',
},
{
dimension: 'runner',
idName: 'runnerId',
rankName: 'runnerRank',
},
{
dimension: 'system',
idName: 'systemId',
rankName: 'systemRank',
},
]

Expand Down

0 comments on commit f69f4fb

Please sign in to comment.