Closed DeadlyFirex closed 10 months ago
Describe the bug Inability to find a user in /admin/user/delete due to invalid type str instead of uuid.
/admin/user/delete
str
uuid
To Reproduce Steps to reproduce the behavior:
admin
DELETE
/admin/user/delete/<uuid>
Expected behavior The endpoint properly fetches the referred user.
Actual behavior An exception is thrown due to the wrong type.
Screenshots N/A
Operating System: N/A
Additional context N/A
Fixed in 696fe576ad245cbecf90d14ca4deaa54c14cb63e
Describe the bug Inability to find a user in
/admin/user/delete
due to invalid typestr
instead ofuuid
.To Reproduce Steps to reproduce the behavior:
admin
DELETE
request to/admin/user/delete/<uuid>
Expected behavior The endpoint properly fetches the referred user.
Actual behavior An exception is thrown due to the wrong type.
Screenshots N/A
Operating System: N/A
Additional context N/A