Skip to content

Commit

Permalink
fix: event name must be lowecase
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorMRC committed Dec 4, 2022
1 parent a3bbc1f commit fc5b047
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/user/bus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use serde_json;
use std::error::Error;

#[derive(Serialize, Deserialize)]
#[serde(rename_all = "lowercase")]
enum EventKind {
Created,
}
Expand Down

0 comments on commit fc5b047

Please sign in to comment.