1
0
Fork 0
mirror of synced 2024-10-01 17:58:02 +13:00

chore: run linter

This commit is contained in:
德华 刘 2023-12-22 09:23:56 +00:00
parent bf92ae6841
commit 1eb59daed1

View file

@ -114,7 +114,7 @@ class CalcTierStats extends Action
}
$queries = [];
if (!empty($after)) {
Console::info("Iterating remaining projects after project with ID {$after}");
$project = $dbForConsole->getDocument('projects', $after);
@ -122,7 +122,7 @@ class CalcTierStats extends Action
} else {
Console::info("Iterating all projects");
}
$this->foreachDocument($dbForConsole, 'projects', $queries, function (Document $project) use ($getProjectDB, $dbForConsole, $csv) {
$projectId = $project->getId();
console::log("Project " . $projectId);