Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2023-12-20 21:46:05 -05:00
parent a4afe2111b
commit e93b4aa08e

View file

@ -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",
))
}
}