Fix x-axis on chart error (#134193)

This commit is contained in:
Katerina Patticha 2022-06-13 15:57:37 +02:00 committed by GitHub
parent 439a56d8f7
commit 4e5f930233
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,8 +55,8 @@ export async function getErrorDistribution({
};
const currentPeriodPromise = getBuckets({
...commonProps,
start: startWithOffset,
end: endWithOffset,
start,
end,
});
const previousPeriodPromise = offset