Skip to content

Commit

Permalink
fix: don't wipe response_message
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Sep 27, 2023
1 parent e269a42 commit 29623ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/handlers/push_message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ pub async fn handler(
#[cfg(feature = "analytics")]
if let Some(mut message_info) = analytics_option {
message_info.status = status;
message_info.response_message = None;

tokio::spawn(async move {
if let Some(analytics) = &state.analytics {
Expand Down

0 comments on commit 29623ad

Please sign in to comment.