refactor(helper/http): remove typo
This commit is contained in:
parent
db3701c3d2
commit
75ce33e898
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class UnauthorizedError(RuntimeError):
|
|||
return {
|
||||
"detail": str(error),
|
||||
"status": 401,
|
||||
"title": "Unauthorized s",
|
||||
"title": "Unauthorized",
|
||||
}, 401
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue