From f2070d54f5880d375a8d84f646b7c37d34cc1add Mon Sep 17 00:00:00 2001 From: Timothy Deakin Date: Fri, 29 Mar 2024 00:22:37 +0000 Subject: [PATCH] chore: update api report Signed-off-by: Timothy Deakin --- plugins/auth-backend-module-aws-alb-provider/api-report.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/auth-backend-module-aws-alb-provider/api-report.md b/plugins/auth-backend-module-aws-alb-provider/api-report.md index c1f0c6f01b..873001d88e 100644 --- a/plugins/auth-backend-module-aws-alb-provider/api-report.md +++ b/plugins/auth-backend-module-aws-alb-provider/api-report.md @@ -13,7 +13,8 @@ import { ProxyAuthenticator } from '@backstage/plugin-auth-node'; import { SignInResolverFactory } from '@backstage/plugin-auth-node'; // @public (undocumented) -export const authModuleAwsAlbProvider: () => BackendFeature; +const authModuleAwsAlbProvider: () => BackendFeature; +export default authModuleAwsAlbProvider; // @public (undocumented) export const awsAlbAuthenticator: ProxyAuthenticator<