Skip to content

Commit

Permalink
feat: #OBS-I321: Removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yashashkumar committed Jan 14, 2025
1 parent be0b49c commit b68fb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-service/src/controllers/TableMetrics/metricsHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const handleDataVolume = async (dataset_id: string, volume_by_days: numbe
{ type: "volume_percentage_by_hour", value: volumePercentageByHour },
{ type: "volume_percentage_by_day", value: volumePercentageByDay },
{ type: "volume_percentage_by_week", value: volumePercentageByWeek },
{ type: "growth_rate_percentage", value: volumePercentageByHour } // Assuming growth rate is same as volume percentage by hour
{ type: "growth_rate_percentage", value: volumePercentageByHour }
]
};
};
Expand Down

0 comments on commit b68fb44

Please sign in to comment.