Skip to content

Commit

Permalink
typo var edit_challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
GasStationManager committed Nov 24, 2024
1 parent ca7193a commit 0fe26d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ async def edit_challenge(
updated_challenge = crud.challenge.update_challenge(
db,
challenge_id=challenge_id,
challenge_update=schemas.ChallengeUpdate(
challenge=schemas.ChallengeUpdate(
title=title,
description=description,
function_signature=function_signature,
Expand Down

0 comments on commit 0fe26d6

Please sign in to comment.