mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
typo, this should have been next_token
This commit is contained in:
parent
da2b5e35d5
commit
682a7ec019
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user