Skip to content

Commit

Permalink
ensure facility is passed in for sync job
Browse files Browse the repository at this point in the history
  • Loading branch information
JunAishima committed Jan 14, 2025
1 parent 2fcff98 commit 13d4ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nsls2api/services/background_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ async def worker_function():
f"Processing job {job.id} to synchronize proposal {job.sync_parameters.proposal_id} (from {job.sync_parameters.sync_source})."
)
await sync_service.worker_synchronize_proposal_from_pass(
job.sync_parameters.proposal_id
job.sync_parameters.proposal_id, job.sync_parameters.facility
)
case JobActions.synchronize_proposals_for_cycle:
logger.info(
Expand Down

0 comments on commit 13d4ca6

Please sign in to comment.