Skip to content

Commit

Permalink
Merged branch bugfix/fix-it into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
horia141 committed Mar 4, 2024
1 parent 735a687 commit 4075271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/jupiter/core/domain/gen/service/gen_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ async def do_it(
parent_ref_id=inbox_task_collection.ref_id,
source=[InboxTaskSource.HABIT],
allow_archived=True,
habitref_id=[rt.ref_id for rt in all_habits],
habit_ref_id=[rt.ref_id for rt in all_habits],
)

all_inbox_tasks_by_habit_ref_id_and_timeline: Dict[
Expand Down

0 comments on commit 4075271

Please sign in to comment.