Skip to content

Commit

Permalink
Naming
Browse files Browse the repository at this point in the history
Co-authored-by: David Herberth <[email protected]>
  • Loading branch information
cmanallen and Dav1dde authored Nov 15, 2024
1 parent dcfc163 commit a602712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay-server/src/services/processor/replay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ fn handle_replay_recording_item(
move |scope| {
scope.add_attachment(relay_log::protocol::Attachment {
buffer: payload.into(),
filename: "payload.json".to_owned(),
filename: "payload".to_owned(),
content_type: Some("application/octet-stream".to_owned()),
ty: None,
});
Expand Down

0 comments on commit a602712

Please sign in to comment.