Commit e677fea6 authored by karan  pagare's avatar karan pagare Committed by Rajab Natshah
Browse files

Issue #3293349 by karanpagare: Fix Bug for duplicate values

parent 085ffd1c
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -238,10 +238,6 @@

    this.source = function(request, response) {
      let { term } = request;
      if (term in cache) {
        response(generateValues(cache[term], term));
        return;
      }

      // Some server collapse two slashes if the term is empty, so insert at
      // least a whitespace. This whitespace will later on be trimmed in the