Skip to content

Commit

Permalink
A bit more cleanup (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored Mar 25, 2024
1 parent 5385f83 commit 9dfa0b4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 0 additions & 2 deletions rs/canister/api/src/updates/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
mod push_events;
mod push_events_v2;

pub use push_events::*;
pub use push_events_v2::*;
2 changes: 1 addition & 1 deletion rs/canister/api/src/updates/push_events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ use candid::{CandidType, Deserialize};
use serde::Serialize;

#[derive(CandidType, Serialize, Deserialize, Clone, Debug)]
pub struct PushEventsArgsPrevious {
pub struct PushEventsArgs {
pub events: Vec<IdempotentEvent>,
}
8 changes: 0 additions & 8 deletions rs/canister/api/src/updates/push_events_v2.rs

This file was deleted.

0 comments on commit 9dfa0b4

Please sign in to comment.