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:
-1
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user