Browse Source
Fix comment in events.rs (#4408)
I think
` // Collection events`
was repeated twice
pull/4001/head^2
Krapp
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/api/core/events.rs
|
|
@ -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)); |
|
|
|
} |
|
|
|