Skip to content

Commit 455d091

Browse files
committed
fix: live stats: insert_many: missing Tasks
1 parent 5528e4f commit 455d091

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api_v1.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ func v1_insert_many(c echo.Context) error {
411411
Archivist: archivist,
412412
Archived: true,
413413
Message: fmt.Sprintf("tried %d items, inserted %d items", len(topItems), len(result.InsertedIDs)),
414+
Tasks: len(result.InsertedIDs),
414415
}:
415416
default:
416417
fmt.Println("archiveEventChan is full, dropping event")

0 commit comments

Comments
 (0)