Skip to content

Commit

Permalink
Update entity_api/src/organization.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Hodapp <[email protected]>
  • Loading branch information
calebbourg and jhodapp authored Dec 5, 2023
1 parent 5f2336d commit e21818b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity_api/src/organization.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pub async fn delete_by_id(db: &DatabaseConnection, id: i32) -> Result<(), Error>

match result {
Some(organization_model) => {
debug!("Model to be deleted: {:?}", organization_model);
debug!("Existing Organization model to be deleted: {:?}", organization_model);

organization_model.delete(db).await?;
Ok(())
Expand Down

0 comments on commit e21818b

Please sign in to comment.