refactor(helper/http): remove typo

This commit is contained in:
Tiara Rodney 2022-04-16 06:26:28 +02:00
parent db3701c3d2
commit 75ce33e898

View file

@ -21,7 +21,7 @@ class UnauthorizedError(RuntimeError):
return {
"detail": str(error),
"status": 401,
"title": "Unauthorized s",
"title": "Unauthorized",
}, 401