Add languages and build_mode to init success status report

This commit is contained in:
Henry Mercer 2024-02-29 12:18:19 +00:00
parent ccd3f02545
commit 2307ff547f
12 changed files with 14 additions and 14 deletions

View file

@ -113,7 +113,7 @@ async function sendCompletedStatusReport(
ActionName.Init,
getActionsStatus(error),
startedAt,
undefined,
config,
await checkDiskUsage(logger),
logger,
error?.message,
@ -231,7 +231,7 @@ async function run() {
ActionName.Init,
"starting",
startedAt,
undefined,
config,
await checkDiskUsage(logger),
logger,
),