mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:16:22 +08:00
missing semicolon
This commit is contained in:
parent
79eb9d7086
commit
19b36a2d60
|
@ -24,7 +24,7 @@ export default Discourse.Route.extend({
|
|||
json.term.data = fillMissingDates(json.term.data, startDate, endDate);
|
||||
}
|
||||
if (json.term.search_result) {
|
||||
json.term.search_result = translateResults(json.term.search_result)
|
||||
json.term.search_result = translateResults(json.term.search_result);
|
||||
}
|
||||
|
||||
const model = Ember.Object.create({ type: "search_log_term" });
|
||||
|
|
Loading…
Reference in New Issue
Block a user