diff --git a/satellite/satellitedb/projectaccounting.go b/satellite/satellitedb/projectaccounting.go index ed1b765c8..c7d2b8c88 100644 --- a/satellite/satellitedb/projectaccounting.go +++ b/satellite/satellitedb/projectaccounting.go @@ -270,6 +270,7 @@ func (db *ProjectAccounting) GetProjectTotal(ctx context.Context, projectID uuid return nil, err } tally.BucketName = bucket + storageTallies = append(storageTallies, &tally) } bucketsTallies[bucket] = storageTallies