search-backend-module-stack-overflow-collator

remove site property from StackOverflowQuestionsCollatorFactory.requestParams

Signed-off-by: Raffaello De Pieri <raffaello.depieri@onefootball.com>
This commit is contained in:
Raffaello De Pieri
2024-07-24 15:54:58 +01:00
parent 8711fa8004
commit 82f82225d1
@@ -86,7 +86,6 @@ export class StackOverflowQuestionsCollatorFactory
this.requestParams = options.requestParams ?? {
order: 'desc',
sort: 'activity',
site: 'stackoverflow',
...(options.requestParams ?? {}),
};
this.logger = options.logger.child({ documentType: this.type });