Skip to content

Commit

Permalink
Merged branch bugfix/lets-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 4075271 commit 2342b61
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 @@ -374,7 +374,7 @@ async def do_it(
parent_ref_id=inbox_task_collection.ref_id,
allow_archived=True,
source=[InboxTaskSource.PERSON_CATCH_UP],
perfon_ref_id=[m.ref_id for m in all_persons],
person_ref_id=[m.ref_id for m in all_persons],
)
all_birthday_inbox_tasks = await uow.get_for(
InboxTask
Expand Down

0 comments on commit 2342b61

Please sign in to comment.