Skip to content

Commit

Permalink
fix(voyager-sidecar): json content
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-aitlahcen authored and benluelo committed Sep 28, 2023
1 parent 87dd028 commit 94b9538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/voyager-sidecar/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async fn main() {

client
.post(format!("{voyager_url}/msg"))
.body(msg.item.to_string())
.json(&msg.item)
.send()
.await
.expect("unable to send message to voyager");
Expand Down

0 comments on commit 94b9538

Please sign in to comment.