Skip to content

Commit 5981f3b

Browse files
committed
Reverting 101051e partially to avoid struct collision of Start parameter
1 parent 5a2c9c2 commit 5981f3b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

changes.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -510,9 +510,6 @@ type QueryOptions struct {
510510
// The n parameter can be used to limit the returned results.
511511
// If the n query parameter is supplied and additional changes exist that match the query beyond the end, the last change object has a _more_changes: true JSON field set.
512512
Limit int `url:"n,omitempty"`
513-
514-
// The S or start query parameter can be supplied to skip a number of changes from the list.
515-
Start int `url:"start,omitempty"`
516513
}
517514

518515
// QueryChangeOptions specifies the parameters to the ChangesService.QueryChanges.

0 commit comments

Comments
 (0)