Skip to content

Commit

Permalink
Update relay-server/src/services/processor/profile.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Joris Bayer <[email protected]>
  • Loading branch information
Dav1dde and jjbayer authored Jun 6, 2024
1 parent b70ac88 commit f79501b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay-server/src/services/processor/profile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pub fn process(state: &mut ProcessEnvelopeState<TransactionGroup>, config: &Conf
}

// There should always be an event/transaction available at this stage.
// It is required to expand the profle. If it's missing, drop the item.
// It is required to expand the profile. If it's missing, drop the item.
let Some(event) = state.event.value() else {
return ItemAction::DropSilently;
};
Expand Down

0 comments on commit f79501b

Please sign in to comment.