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