mirror of
https://github.com/git-touch/git-touch
synced 2025-01-20 03:09:07 +01:00
fix: after cursor
This commit is contained in:
parent
27a5026abf
commit
172faf53f4
@ -291,7 +291,7 @@ __typename
|
||||
} else {
|
||||
timelineParams = 'first: $pageSize';
|
||||
if (cursor != null) {
|
||||
timelineParams += ', after: $cursor';
|
||||
timelineParams += ', after: "$cursor"';
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user