Skip to content

Commit

Permalink
Fix run response pages type
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Bovtunov authored and Maxim Bovtunov committed Dec 17, 2016
1 parent 60ca191 commit 1d1205c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion response.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ type RunResponse struct {
EndTime string `json:"end_time"`

// The number of pages that have been traversed by this run so far.
Pages interface{} `json:"pages"` // todo: fix parsehub format
Pages int64 `json:"pages"`

// The md5sum of the results. This can be used to check if any results data has changed between two runs.
Md5sum string `json:"md5sum"`
Expand Down

0 comments on commit 1d1205c

Please sign in to comment.