chore: remove token mgr

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-03-18 17:14:36 +01:00
parent b63b3b8514
commit f729291a05
@@ -40,7 +40,6 @@ export const githubCatalogModule = createBackendModule({
catalog: catalogProcessingExtensionPoint,
analyzers: catalogAnalysisExtensionPoint,
auth: coreServices.auth,
tokenManager: coreServices.tokenManager,
discovery: coreServices.discovery,
config: coreServices.rootConfig,
logger: coreServices.logger,