lint: ExportTxt.js

pull/4842/head
John McLear 2021-02-21 20:15:45 +00:00 committed by Richard Hansen
parent d2359be08b
commit 613c7d8545
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ const getTXTFromAtext = (pad, atext, authorColors) => {
if (line.listTypeName !== 'number') {
// We're no longer in an OL so we can reset counting
for (const key in listNumbers) {
for (const key of Object.keys(listNumbers)) {
delete listNumbers[key];
}
}