Skip to content

Commit

Permalink
lint fix and update notices
Browse files Browse the repository at this point in the history
  • Loading branch information
Yen Truong committed Jun 17, 2021
1 parent 1388dee commit e4c5721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion THIRD-PARTY-NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ MIT License

The following NPM packages may be included in this product:

- @yext/answers-core@1.2.0-alpha.0
- @yext/answers-core@1.3.0-alpha.0

These packages each contain the following license and notice below:

Expand Down
2 changes: 1 addition & 1 deletion src/core/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export default class Core {
const mergedResults = this.storage.get(StorageKeys.VERTICAL_RESULTS)
.append(data[StorageKeys.VERTICAL_RESULTS]);
this.storage.set(StorageKeys.VERTICAL_RESULTS, mergedResults);
if(data[StorageKeys.DIRECT_ANSWER].answer) {
if (data[StorageKeys.DIRECT_ANSWER].answer) {
this.storage.set(StorageKeys.DIRECT_ANSWER, data[StorageKeys.DIRECT_ANSWER]);
}
} else {
Expand Down

0 comments on commit e4c5721

Please sign in to comment.