Skip to content

Commit

Permalink
Fix Observe regression in server-demo introduced by c30fe46
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Jan 10, 2022
1 parent afce36c commit cb84a3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public void onResponse(SingleObservation observation, Registration registration,
String data = new StringBuilder("{\"ep\":\"") //
.append(registration.getEndpoint()) //
.append("\",\"kind\":\"single\"") //
.append("\",\"res\":\"") //
.append(",\"res\":\"") //
.append(observation.getPath()).append("\",\"val\":") //
.append(jsonContent) //
.append("}") //
Expand Down

0 comments on commit cb84a3d

Please sign in to comment.