Searching: Fix a typo.

pull/21833/head
Damir Jelić 2019-11-18 10:57:23 +01:00
parent 0e3a0008df
commit 2bb331cdf0
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ async function combinedSearch(searchTerm) {
const result = {}; const result = {};
// Our localResult and serverSideResult are both ordered by // Our localResult and serverSideResult are both ordered by
// recency separetly, when we combine them the order might not // recency separately, when we combine them the order might not
// be the right one so we need to sort them. // be the right one so we need to sort them.
const compare = (a, b) => { const compare = (a, b) => {
const aEvent = a.context.getEvent().event; const aEvent = a.context.getEvent().event;