mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 01:31:35 +08:00
correct typo
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user