Skip to content

Commit 3d6dfc6

Browse files
committed
ruff format
1 parent f8376ef commit 3d6dfc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/routes/forms/submit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ async def assign_role(form: Form, request_user: User) -> None:
370370

371371
url = (
372372
f"{constants.DISCORD_API_BASE_URL}/guilds/{constants.DISCORD_GUILD}"
373-
f"/members/{request_user.payload['id']}/roles/{form.discord_role}"
373+
f"/members/{request_user.payload["id"]}/roles/{form.discord_role}"
374374
)
375375

376376
async with httpx.AsyncClient() as client:

0 commit comments

Comments
 (0)