mirror of
https://github.com/discourse/discourse.git
synced 2025-09-12 21:10:47 +08:00
missing semicolon
This commit is contained in:
parent
79eb9d7086
commit
19b36a2d60
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue