chore: fixing api-reports

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-03-18 17:13:12 +01:00
parent 9eab52ae2b
commit b63b3b8514
@@ -6,8 +6,8 @@
import { BackendFeature } from '@backstage/backend-plugin-api';
// @alpha
const catalogModuleGithubEntityProvider: () => BackendFeature;
export default catalogModuleGithubEntityProvider;
const githubCatalogModule: () => BackendFeature;
export default githubCatalogModule;
// (No @packageDocumentation comment for this package)
```