Skip to content

Commit

Permalink
GetTableByScopeResp.more is string now.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyilun committed Feb 9, 2020
1 parent 1cf6047 commit 50a7dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion responses.go
Expand Up @@ -220,7 +220,7 @@ type GetTableByScopeRequest struct {
}

type GetTableByScopeResp struct {
More bool `json:"more"`
More string `json:"more"`
Rows json.RawMessage `json:"rows"`
}

Expand Down

0 comments on commit 50a7dfd

Please sign in to comment.