Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Sep 12, 2021
1 parent e307036 commit cfcdedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/history/normalize/compress.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ export const decompressResult = function (result) {
}

const decompressCombination = function ({
combination,
combination: {
dimensions,
stats,
stats: { histogram, quantiles, mean },
},
combination,
}) {
const dimensionsA = mapObj(dimensions, decompressDimension)
const histogramA = decompressHistogram(histogram, mean)
Expand Down

0 comments on commit cfcdedf

Please sign in to comment.