Skip to content

Commit

Permalink
Add DeleteType in the right place in delete_item.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
hellsworth committed Dec 4, 2024
1 parent d55b3e2 commit 1f9d58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/delete_item.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use serde::Deserialize;
use xml_struct::XmlSerialize;

use crate::types::sealed::EnvelopeBodyContents;
use crate::{types::sealed::EnvelopeBodyContents, DeleteType};
use crate::{
BaseItemId, Operation, OperationResponse, ResponseClass, ResponseCode, MESSAGES_NS_URI,
};
Expand Down

0 comments on commit 1f9d58e

Please sign in to comment.