Fix method refs

This commit is contained in:
Jake Barnby 2025-01-23 18:32:36 +13:00
parent 2a03bbf5b8
commit 65c2b99dfe
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -105,7 +105,7 @@ class UsageDump extends Action
]);
}
$dbForProject->createOrUpdateDocumentsWithInplaceIncrease(
$dbForProject->createOrUpdateDocumentsWithIncrease(
collection: 'stats',
attribute: 'value',
documents: $documents
@ -290,7 +290,7 @@ class UsageDump extends Action
}
}
$dbForProject->createOrUpdateDocumentsWithInplaceIncrease(
$dbForProject->createOrUpdateDocumentsWithIncrease(
collection: 'stats',
attribute: 'value',
documents: $documents