Skip to content

Commit

Permalink
Update router.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dagonite committed Feb 10, 2025
1 parent 63268e3 commit 5b5e386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fia_api/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ async def get_jobs_by_instrument(
user_number = user.user_number

instrument = instrument.upper()
user_number = None if user.role == "staff" else user.user_number

jobs = get_job_by_instrument(
instrument,
limit=limit,
Expand Down

0 comments on commit 5b5e386

Please sign in to comment.