mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +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 {
|
match store.get_object(&principal, &cid, &uid).await {
|
||||||
Ok(_) => {
|
Ok(_) => {
|
||||||
// Conflict
|
// 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) => {
|
Err(rustical_store::Error::NotFound) => {
|
||||||
// Path unused, we can proceed
|
// Path unused, we can proceed
|
||||||
|
|||||||
Reference in New Issue
Block a user