@forge/cli-shared

6.7.0-next.106.7.0-next.11
out/config/config-section.js
out/config/config-section.js
−6
Index: package/out/config/config-section.js
===================================================================
--- package/out/config/config-section.js
+++ package/out/config/config-section.js
@@ -23,14 +23,8 @@
         else {
             return configValue;
         }
     }
-    async readConfigAppIdOrThrow() {
-        const appId = await this.configSectionReader.readAppId();
-        return {
-            id: appId.toString()
-        };
-    }
 }
 exports.AssertiveConfigSectionReader = AssertiveConfigSectionReader;
 const assertive = (configSectionReader) => new AssertiveConfigSectionReader(configSectionReader);
 exports.assertive = assertive;