chore: Update typo in code
Update typo in string in code Chore COG-656
This commit is contained in:
parent
924759a599
commit
35b1f7d26a
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ class UnstructuredLibraryImportError(CogneeApiError):
|
||||||
class UnauthorizedDataAccessError(CogneeApiError):
|
class UnauthorizedDataAccessError(CogneeApiError):
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
message: str = "Usesr does not have permission to access this data.",
|
message: str = "User does not have permission to access this data.",
|
||||||
name: str = "UnauthorizedDataAccessError",
|
name: str = "UnauthorizedDataAccessError",
|
||||||
status_code=status.HTTP_401_UNAUTHORIZED,
|
status_code=status.HTTP_401_UNAUTHORIZED,
|
||||||
):
|
):
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue