Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud authored and Mahmoud committed Mar 13, 2024
1 parent 2cc6e84 commit 6430dd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions common/components/DataViz/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,6 @@ export const datapointMatchingMetricFrequency = (
(dp.metric_definition_key &&
new Date(dp.start_date).getUTCMonth() + 1 ===
metricKeyToFrequency[dp.metric_definition_key].starting_month);
console.log("dp", dp);
console.log("metricKeyToFrequency", metricKeyToFrequency);

return hasMatchingFrequency && hasMatchingStartingMonth;
};

0 comments on commit 6430dd7

Please sign in to comment.