1
0
mirror of https://github.com/git-touch/git-touch synced 2025-01-20 11:18:29 +01:00

fix: after cursor

This commit is contained in:
Rongjian Zhang 2020-01-12 16:07:10 +08:00
parent 27a5026abf
commit 172faf53f4

View File

@ -291,7 +291,7 @@ __typename
} else {
timelineParams = 'first: $pageSize';
if (cursor != null) {
timelineParams += ', after: $cursor';
timelineParams += ', after: "$cursor"';
}
}