fix: after cursor

This commit is contained in:
Rongjian Zhang 2020-01-12 16:07:10 +08:00
parent 27a5026abf
commit 172faf53f4
1 changed files with 1 additions and 1 deletions

View File

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