Skip to content

Commit

Permalink
Merge branch 'main' into N50
Browse files Browse the repository at this point in the history
  • Loading branch information
WebMon9099 authored Dec 23, 2024
2 parents aad4188 + b208caa commit 398ffa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/api/views/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,7 @@ def uploadImage(id):
elif account_type == Account.ADMIN:
account = Admin.objects.get(id=id)


else:
msg = "Level param doesn't match existing account types"
return create_response(status=422, message=msg)
Expand Down

0 comments on commit 398ffa4

Please sign in to comment.