@forge/jira-bridge

0.40.1-experimental-04cc2b91.0.0-next.0
out/custom-field/getCustomFieldInternalAPI.js
~out/custom-field/getCustomFieldInternalAPI.jsModified
+2−1
Index: package/out/custom-field/getCustomFieldInternalAPI.js
===================================================================
--- package/out/custom-field/getCustomFieldInternalAPI.js
+++ package/out/custom-field/getCustomFieldInternalAPI.js
@@ -1,7 +1,7 @@
 "use strict";
 Object.defineProperty(exports, "__esModule", { value: true });
-exports.getCustomFieldInternalAPI = getCustomFieldInternalAPI;
+exports.getCustomFieldInternalAPI = void 0;
 const errors_1 = require("../errors");
 const bridge_1 = require("../bridge");
 const callBridge = (0, bridge_1.getCallBridge)();
 async function getCustomFieldInternalAPI() {
@@ -16,4 +16,5 @@
         const message = err instanceof Error ? err.message : String(err);
         throw new errors_1.BridgeAPIError('Unable to initialize custom field module: ' + message);
     }
 }
+exports.getCustomFieldInternalAPI = getCustomFieldInternalAPI;