re-generate api reports

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2022-03-15 10:12:15 +01:00
parent d4d7261067
commit 85c18b48e2
+2 -2
View File
@@ -8,7 +8,7 @@
import { Config } from '@backstage/config';
import { DocumentCollatorFactory } from '@backstage/search-common';
import { IndexableDocument } from '@backstage/search-common';
import { Logger as Logger_2 } from 'winston';
import { Logger } from 'winston';
import { Readable } from 'stream';
// @public
@@ -42,7 +42,7 @@ export class StackOverflowQuestionsCollatorFactory
export type StackOverflowQuestionsCollatorFactoryOptions = {
baseUrl?: string;
requestParams: StackOverflowQuestionsRequestParams;
logger: Logger_2;
logger: Logger;
};
// @public