Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles committed Nov 15, 2024
1 parent 3d2eea8 commit df27aac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/canisters/local_user_index/impl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ struct Data {
pub ic_root_key: Vec<u8>,
pub events_for_remote_users: Vec<(UserId, UserEvent)>,
pub canisters_pending_events_migration_to_stable_memory: Vec<CanisterId>,
#[serde(skip_deserializing)]
pub cycles_balance_check_queue: VecDeque<UserId>,
}

Expand Down

0 comments on commit df27aac

Please sign in to comment.