forked from mystiq/hydrogen-web
adjust comment
This commit is contained in:
parent
45528580ed
commit
6bdf44d114
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ export default class GapWriter {
|
|||
|
||||
async writeFragmentFill(fragmentEntry, response) {
|
||||
const {fragmentId, direction} = fragmentEntry;
|
||||
// assuming that chunk is in chronological order when backwards too?
|
||||
// chunk is in reverse-chronological order when backwards
|
||||
const {chunk, start, end} = response;
|
||||
let entries;
|
||||
|
||||
|
|
Loading…
Reference in a new issue