Skip to content

Commit

Permalink
Revert "disabled families report"
Browse files Browse the repository at this point in the history
This reverts commit eb31ab6.
  • Loading branch information
ehsan-g committed Nov 29, 2023
1 parent 4ec0a35 commit 684557b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion say/tasks/report_to_family.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def report_to_families(self):
from say.models.family_model import Family

families_id = self.session.query(Family.id)
# for family_id in families_id:
for family_id in families_id:
# report_to_family.delay(family_id[0]) // Deprecated in favor of Nest js scheduler


Expand Down

0 comments on commit 684557b

Please sign in to comment.