Skip to content

Commit

Permalink
Update proposal_api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcampbell authored May 21, 2024
1 parent abaefed commit 6897fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nsls2api/api/v1/proposal_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ async def get_proposal_usernames(proposal_id: int):
proposal_id
)

proposal_groupname = await proposal_service.generate_data_session_for_proposal(proposal_id)
proposal_groupname = proposal_service.generate_data_session_for_proposal(proposal_id)

response_model = UsernamesList(
usernames=proposal_usernames,
Expand Down

0 comments on commit 6897fdd

Please sign in to comment.