missing line returned (#3670)

This commit is contained in:
Yehor Butko 2019-11-28 23:42:04 +02:00 committed by GitHub
parent b10eee6e7f
commit 0f523e82a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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