mirror of
https://github.com/perstarkse/minne.git
synced 2026-05-28 02:19:34 +02:00
fix: html-router dependency of json-stream-parser
This commit is contained in:
@@ -487,7 +487,7 @@ impl StreamParserState {
|
|||||||
let _ = self.parser.add_char(c);
|
let _ = self.parser.add_char(c);
|
||||||
}
|
}
|
||||||
|
|
||||||
let json = self.parser.get_result();
|
let json = self.parser.result();
|
||||||
|
|
||||||
if let Some(obj) = json.as_object() {
|
if let Some(obj) = json.as_object() {
|
||||||
if let Some(answer) = obj.get("answer") {
|
if let Some(answer) = obj.get("answer") {
|
||||||
|
|||||||
Reference in New Issue
Block a user