mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-04-29 02:52:20 -05:00
fix: after cursor
This commit is contained in:
@@ -291,7 +291,7 @@ __typename
|
||||
} else {
|
||||
timelineParams = 'first: $pageSize';
|
||||
if (cursor != null) {
|
||||
timelineParams += ', after: $cursor';
|
||||
timelineParams += ', after: "$cursor"';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user