Skip to content

Commit

Permalink
Fix comment in events.rs (dani-garcia#4408)
Browse files Browse the repository at this point in the history
I think
` // Collection events`
was repeated twice
  • Loading branch information
KrappRamiro authored and ZhReimu committed Jul 9, 2024
1 parent cc114ed commit 96df8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/core/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ async fn _log_event(
let mut event = Event::new(event_type, event_date);
match event_type {
// 1000..=1099 Are user events, they need to be logged via log_user_event()
// Collection Events
// Cipher Events
1100..=1199 => {
event.cipher_uuid = Some(String::from(source_uuid));
}
Expand Down

0 comments on commit 96df8e1

Please sign in to comment.