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