Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Nov 25, 2021
1 parent 7fbc6d5 commit 9f4b793
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/querylog/decode.go
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,7 @@ func decodeResult(dec *json.Decoder, ent *logEntry) {
}

func decodeLogEntry(ent *logEntry, str string) {
// TODO(e.burkov): !! Consider determining Cached field afterwards.
dec := json.NewDecoder(strings.NewReader(str))
dec.UseNumber()
for {
Expand Down

0 comments on commit 9f4b793

Please sign in to comment.