From 86f3213de1c17f78874db784b274774e6005e3c8 Mon Sep 17 00:00:00 2001 From: mshanemc Date: Fri, 20 Oct 2023 13:41:46 -0500 Subject: [PATCH] fix!: remove accidental export of getLoginAudienceCombos --- src/exported.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exported.ts b/src/exported.ts index 7e995bc87f..f49904ac17 100644 --- a/src/exported.ts +++ b/src/exported.ts @@ -104,6 +104,6 @@ export { scratchOrgLifecycleStages, } from './org/scratchOrgLifecycleEvents'; export { ScratchOrgCache } from './org/scratchOrgCache'; + // Utility sub-modules export * from './util/sfdc'; -export * from './util/sfdcUrl';