Skip to content

Commit

Permalink
fix(afterfact): fixed json parse error #1145
Browse files Browse the repository at this point in the history
  • Loading branch information
hitenkoku committed Aug 22, 2023
1 parent b6f0de6 commit 6f3690d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/afterfact.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1510,6 +1510,7 @@ pub fn output_json_str(
&& !sp.starts_with(['-', '/'])
&& sp.ends_with(':')
&& sp.len() > 2
&& sp != "Number:"
{
key_index_stock.push(sp.replace(':', ""));
if sp == "Payload:" {
Expand Down

0 comments on commit 6f3690d

Please sign in to comment.