chore: Update typo in code

Update typo in string in code

Chore COG-656
This commit is contained in:
Igor Ilic 2024-12-13 17:08:05 +01:00
parent 924759a599
commit 35b1f7d26a

View file

@ -13,7 +13,7 @@ class UnstructuredLibraryImportError(CogneeApiError):
class UnauthorizedDataAccessError(CogneeApiError):
def __init__(
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",
status_code=status.HTTP_401_UNAUTHORIZED,
):