Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
rasulkireev committed Dec 7, 2024
1 parent be12004 commit c18e296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/api/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class ProjectScanIn(Schema):
url: str


# TODO: what is the best practice on handling optional fields?
class ProjectScanOut(Schema):
status: str
message: str = ""
Expand Down

0 comments on commit c18e296

Please sign in to comment.