@forge/cli-shared

8.25.0-next.5-experimental-44b7a128.25.0-next.6
out/apps/template-module.js
~out/apps/template-module.jsModified
−5
Index: package/out/apps/template-module.js
===================================================================
--- package/out/apps/template-module.js
+++ package/out/apps/template-module.js
@@ -23,13 +23,8 @@
     templatesCache = null;
     constructor(baseUrl) {
         this.baseUrl = baseUrl ?? BIFROST_BASE_URL;
     }
-    async getAvailableModules(product) {
-        const infos = await this.fetchModuleTemplates();
-        const filtered = infos.filter((i) => i.product === product);
-        return filtered;
-    }
     async fetchModuleTemplates() {
         if (this.templatesCache) {
             return this.templatesCache;
         }