typo, this should have been next_token

This commit is contained in:
jesopo 2022-03-23 17:37:53 +00:00
parent da2b5e35d5
commit 682a7ec019

View File

@ -39,7 +39,7 @@ export class ReportPoll {
}
if (response.next_token !== undefined) {
this._from = response.event_reports;
this._from = response.next_token;
await this._save(response.next_token);
}
}