Skip to content

Commit

Permalink
Update src/nsls2api/services/background_service.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jun Aishima <jaishima@bnl.gov>
  • Loading branch information
stuartcampbell and JunAishima authored Jan 9, 2025
1 parent 452d7a5 commit dd54563
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 @@ -133,7 +133,7 @@ async def worker_function():
f"Processing job {job.id} to synchronize proposals for the {job.sync_parameters.facility} facility's cycle {job.sync_parameters.cycle} (from {job.sync_parameters.sync_source})."
)
await sync_service.worker_synchronize_proposals_for_cycle_from_pass(
job.sync_parameters.cycle, job.sync_paramters.facility
job.sync_parameters.cycle, job.sync_parameters.facility
)
case JobActions.synchronize_proposal_types:
logger.info(
Expand Down

0 comments on commit dd54563

Please sign in to comment.