fix typo
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
a4afe2111b
commit
e93b4aa08e
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ pub async fn get_presence_route(
|
|||
} else {
|
||||
Err(Error::BadRequest(
|
||||
ErrorKind::NotFound,
|
||||
"Presence state for this used was not found",
|
||||
"Presence state for this user was not found",
|
||||
))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue