Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
CaroFG committed Jan 15, 2024
1 parent b390295 commit a8ffcf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/scrapers/docssearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ export default class DocsearchScaper {
'hierarchy_lvl0',
'content',
],
};
}

// Merge user-defined settings with predefined settings
this.settings = {
...defaultSettings,
...(config?.meilisearch_settings || {}),
};
}

void this.sender.updateSettings(this.settings);
void this.sender.updateSettings(this.settings)
}

_amount_of_hierarchies(pageMap: DocsSearchDocument) {
Expand Down

0 comments on commit a8ffcf7

Please sign in to comment.