Skip to content

Commit

Permalink
Merge pull request #479 from ExpediaDotCom/rq-bug-fix
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
shreyaa-sharma authored Apr 11, 2019
2 parents ca56705 + e271808 commit 29bf3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/connectors/traces/haystack/tracesConnector.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ connector.getSearchableKeys = () => {
.then((result) => {
const fieldNamesWithMetadata = {};
const names = result.getNamesList();
const metadata = result.getFieldMetadataList();
const metadata = result.getFieldmetadataList();

// create map with key as whitelisted field name
names.forEach((name, index) => {
Expand Down

0 comments on commit 29bf3d0

Please sign in to comment.