mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 837292 - Part 4: Followup to unbust part 2; r=rnewman
This commit is contained in:
parent
96e86b0f1f
commit
305906aa5a
@ -707,6 +707,12 @@ AbstractHealthReporter.prototype = Object.freeze({
|
||||
|
||||
if (!(dateFormatted in outputDataDays)) {
|
||||
outputDataDays[dateFormatted] = {};
|
||||
}
|
||||
|
||||
// This needs to be separate because dayVersions is provider
|
||||
// specific and gets blown away in a loop while outputDataDays
|
||||
// is persistent.
|
||||
if (!(dateFormatted in dayVersions)) {
|
||||
dayVersions[dateFormatted] = {};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user