Skip to content

Commit

Permalink
mispelled word
Browse files Browse the repository at this point in the history
  • Loading branch information
MVarshini committed Dec 13, 2024
1 parent d127073 commit 0c6ee94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/api/v1/endpoints/ocp/ocpJobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async def jobs(
pretty: bool = Query(False, description="Output contet in pretty format."),
size: int = Query(None, description="Number of jobs to fetch"),
offset: int = Query(None, description="Offset Number to fetch jobs from"),
sort: str = Query(None, descption="To sort fields on specified direction"),
sort: str = Query(None, description="To sort fields on specified direction"),
):
if start_date is None:
start_date = datetime.utcnow().date()
Expand Down

0 comments on commit 0c6ee94

Please sign in to comment.