Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Khoyo committed Jun 23, 2024
1 parent b9329d0 commit 2264b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osrdyne/src/pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ async fn deadletter_responder(pool: Arc<Pool>, chan: Channel) -> anyhow::Result<
reply_to.as_str(),
BasicPublishOptions::default(),
payload,
BasicProperties::default(),
BasicProperties::default().with_headers(FieldTable::default()),
)
.await?;
}
Expand Down

0 comments on commit 2264b9c

Please sign in to comment.