From ddf05c64932119575b434d523e0ac0364baa8dd6 Mon Sep 17 00:00:00 2001 From: Karl Haworth <58607256+karlhaworth@users.noreply.github.com> Date: Mon, 1 Apr 2024 07:20:27 -0400 Subject: [PATCH] add type Co-authored-by: Patrik Oldsberg Signed-off-by: Karl Haworth <58607256+karlhaworth@users.noreply.github.com> --- plugins/apollo-explorer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/apollo-explorer/README.md b/plugins/apollo-explorer/README.md index 71cb76c592..78c8920814 100644 --- a/plugins/apollo-explorer/README.md +++ b/plugins/apollo-explorer/README.md @@ -83,7 +83,7 @@ import { ApiHolder } from '@backstage/core-plugin-api'; async function apolloPluginEndpointsCallback(options: { apiHolder: ApiHolder }): Promise { - const sso = options.apiHolder.get(ssoAuthApiRef) + const sso = options.apiHolder.get(ssoAuthApiRef) return [{ title: 'Github', graphRef: 'my-github-graph-ref@current',