From 0fe26d641d158266a8e35835e77d6a239eb63838 Mon Sep 17 00:00:00 2001 From: GasStationManager Date: Sun, 24 Nov 2024 12:37:59 +0000 Subject: [PATCH] typo var edit_challenge --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 163beb7..97a1792 100644 --- a/app/main.py +++ b/app/main.py @@ -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,