chore: fix

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-03-03 11:43:31 +01:00
parent 633019509a
commit 50b09a5fff
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -404,7 +404,7 @@ export function createRandomRefreshInterval(options: {
// @public
export function createRouter(options: RouterOptions): Promise<express.Router>;
// @public
// @public @deprecated (undocumented)
export class DefaultCatalogCollator {
constructor(options: {
discovery: PluginEndpointDiscovery;
@@ -35,8 +35,9 @@ import {
} from '@backstage/plugin-catalog-common';
/**
* The DefaultCatalogCollator for Search
* @public
* @deprecated Upgrade to a more recent `@backstage/search-backend-node` and
* use `DefaultCatalogCollatorFactory` instead.
*/
export class DefaultCatalogCollator {
protected discovery: PluginEndpointDiscovery;