Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Sep 12, 2021
1 parent 32923e2 commit af04340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/combination/ids.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const isNotDuplicate = function ({ dimension, id }, index, combinationIds) {
)
}

// Retrieve each dimension's id of a given combination
export const getCombinationIds = function (combination) {
return DIMENSIONS.map(({ dimension, idName }) => ({
dimension,
Expand Down

0 comments on commit af04340

Please sign in to comment.