@forge/jira-bridge
0.40.10.40.1-experimental-04cc2b9
out/ui-modifications/getInternalAPI.js~
out/ui-modifications/getInternalAPI.jsModified+1−2
Index: package/out/ui-modifications/getInternalAPI.js
===================================================================
--- package/out/ui-modifications/getInternalAPI.js
+++ package/out/ui-modifications/getInternalAPI.js
@@ -1,7 +1,7 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
-exports.getInternalAPI = void 0;
+exports.getInternalAPI = getInternalAPI;
const errors_1 = require("../errors");
const bridge_1 = require("../bridge");
const callBridge = (0, bridge_1.getCallBridge)();
async function getInternalAPI() {
@@ -23,5 +23,4 @@
logError({ error: errors_1.GET_API_ERROR, cause: err });
throw new errors_1.BridgeAPIError('Unable to initialize UI modifications module: ' + err.message);
}
}
-exports.getInternalAPI = getInternalAPI;