Skip to content

Commit

Permalink
made changes to check if tests are failing
Browse files Browse the repository at this point in the history
  • Loading branch information
KaranGauswami committed Sep 13, 2023
1 parent 2a7d6da commit 2468a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ impl EslConnection {
trace!("got disconnect notice");
return;
}
"text/event-json" => {
"text/event-jsons" => {
trace!("got event-json");
let data = event
.body()
Expand Down

0 comments on commit 2468a81

Please sign in to comment.