Merge pull request #19757 from overleaf/ae-eslint-upgrade

Upgrade `@typescript-eslint` dependencies

GitOrigin-RevId: b953e795d705b817ec3669b04cd6a289be12b20d
This commit is contained in:
Alf Eaton
2024-08-08 08:04:09 +00:00
committed by Copybot
parent 6ec26060e4
commit 901d79dd55
12 changed files with 789 additions and 920 deletions
@@ -134,7 +134,9 @@ async function processRows(rows) {
update,
{ upsert: false }
)
result.matchedCount && stats.db.matched++
if (result.matchedCount) {
stats.db.matched++
}
if (result.modifiedCount) {
stats.db.updated++
if (verbose) {