Skip to content

Commit

Permalink
Fix issue #80
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevsaddam committed Mar 27, 2020
1 parent 7ac0aaa commit 9eee69f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jsonq.go
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ func (j *JSONQ) reset() *JSONQ {
j.offsetRecords = 0
j.limitRecords = 0
j.distinctProperty = ""
j.errors = make([]error, 0)
return j
}

Expand Down

0 comments on commit 9eee69f

Please sign in to comment.