Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 committed Jun 29, 2024
1 parent 5cc25c3 commit 703206a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ define(function (require) {
var searchQuery = $("#query-typeahead").val();
// Hack to pass through VFBu bypassing SOLR call
if (searchQuery.includes("VFBu_")) {
that.QueryBuilder.updateDataSourceResults("VFB", {
that.updateDataSourceResults("VFB", {
"responseHeader": {
"status": 0,
"QTime": 218,
Expand Down

0 comments on commit 703206a

Please sign in to comment.