Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
moeto88 committed Apr 12, 2023
1 parent b2f0e0e commit 14fe253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.py
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ async def create_project(title: str = Form(),
description: str = Form(),
content: str = Form(),
tags: str = Form(""),
imageFile: UploadFile | None = None,
imageFile: UploadFile = None,
session: AsyncSession = Depends(get_session),
current_user: User = Depends(get_current_user)):
if not current_user:
Expand Down

0 comments on commit 14fe253

Please sign in to comment.