EventIndex: More lint fixes.
This commit is contained in:
parent
c02e839e9d
commit
25568fa15c
1 changed files with 1 additions and 1 deletions
|
@ -492,7 +492,7 @@ export default class EventIndex extends EventEmitter {
|
|||
);
|
||||
|
||||
try {
|
||||
for (var i = 0; i < redactionEvents.length; i++) {
|
||||
for (let i = 0; i < redactionEvents.length; i++) {
|
||||
const ev = redactionEvents[i];
|
||||
await indexManager.deleteEvent(ev.getAssociatedId());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue