docs: Add TODO to remove use_rollup override before merge

Add TODO comment noting that the use_rollup parameter override is only
for validation purposes via the comparison rake task and should be
removed before merging to production.
This commit is contained in:
Shivam Mishra
2026-02-11 22:52:12 +05:30
parent f29f9517d8
commit af59acd6a9
@@ -10,6 +10,7 @@ class V2::Reports::BaseSummaryBuilder
private
def use_rollup?
# TODO: Remove this override before merging. This is only for validation via comparison rake task.
# If use_rollup is explicitly set in params, respect that
return params[:use_rollup] if params.key?(:use_rollup)