Skip to content

Commit

Permalink
refactor: remove unnecessary change
Browse files Browse the repository at this point in the history
Messages can be serialized after wrapping in surrounding AriesMessage enum

Signed-off-by: Naian <[email protected]>
  • Loading branch information
nain-F49FF806 committed Oct 30, 2023
1 parent 333f0bf commit cd73500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messages/src/msg_fields/protocols/pickup/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use crate::{
},
};

#[derive(Clone, Debug, From, PartialEq, Serialize, Deserialize)]
#[derive(Clone, Debug, From, PartialEq)]
pub enum Pickup {
Status(Status),
StatusRequest(StatusRequest),
Expand Down

0 comments on commit cd73500

Please sign in to comment.