Skip to content

Commit

Permalink
Fix derive for enum (smh)
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinrouillard committed Oct 19, 2024
1 parent 0a9fa63 commit fbaf1fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/connectivity/rabbit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ use crate::{
structs::{boosted::BoostedRideUpdate, spotify::CurrentPlaying},
};

#[derive(Debug, Serialize, Deserialize, Clone)]
pub enum RabbitEvent {
SpotifyUpdate,
BoostedUpdate,
Expand Down

0 comments on commit fbaf1fe

Please sign in to comment.