mirror of
https://github.com/discourse/discourse.git
synced 2025-03-23 03:16:50 +08:00
correct typo
This commit is contained in:
parent
bed039aebf
commit
e92f9568a4
@ -236,7 +236,7 @@ Report.reopenClass({
|
||||
}
|
||||
}).then(json => {
|
||||
// Add zero values for missing dates
|
||||
Report.filleMissingDates(json.report);
|
||||
Report.fillMissingDates(json.report);
|
||||
|
||||
const model = Report.create({ type: type });
|
||||
model.setProperties(json.report);
|
||||
|
Loading…
x
Reference in New Issue
Block a user