mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 19:22:26 +00:00
change string
This commit is contained in:
@@ -88,7 +88,7 @@ pub async fn put_event<C: CalendarStore + ?Sized>(
|
||||
match store.get_object(&principal, &cid, &uid).await {
|
||||
Ok(_) => {
|
||||
// Conflict
|
||||
return Ok(HttpResponse::Conflict().body("Resource with this URI already existing"));
|
||||
return Ok(HttpResponse::Conflict().body("Resource with this URI already exists"));
|
||||
}
|
||||
Err(rustical_store::Error::NotFound) => {
|
||||
// Path unused, we can proceed
|
||||
|
||||
Reference in New Issue
Block a user