@forge/bridge

6.3.1-next.4-experimental-f1d1bd86.3.1-next.6
out/fetch/index.js
~out/fetch/index.jsModified
+1−6
Index: package/out/fetch/index.js
===================================================================
--- package/out/fetch/index.js
+++ package/out/fetch/index.js
@@ -1,13 +1,8 @@
 "use strict";
 var _a;
 Object.defineProperty(exports, "__esModule", { value: true });
-exports.fetchUserRecommendations = exports.requestRemote = exports.requestBitbucket = exports.requestJira = exports.requestConfluence = void 0;
+exports.requestRemote = exports.requestBitbucket = exports.requestJira = exports.requestConfluence = void 0;
 const bridge_1 = require("../bridge");
 const fetch_1 = require("./fetch");
 _a = (0, fetch_1.productFetchApi)((0, bridge_1.getCallBridge)()), exports.requestConfluence = _a.requestConfluence, exports.requestJira = _a.requestJira, exports.requestBitbucket = _a.requestBitbucket;
 exports.requestRemote = (0, fetch_1.remoteFetchApi)((0, bridge_1.getCallBridge)()).requestRemote;
-const fetchUserRecommendations = async () => {
-    const callBridge = (0, bridge_1.getCallBridge)();
-    return await callBridge('fetchUserRecommendations');
-};
-exports.fetchUserRecommendations = fetchUserRecommendations;