@forge/jira-bridge

0.40.10.40.1-experimental-04cc2b9
out/custom-field/getCustomFieldInternalAPI.js
~out/custom-field/getCustomFieldInternalAPI.jsModified
+1−2
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 = void 0;
+exports.getCustomFieldInternalAPI = getCustomFieldInternalAPI;
 const errors_1 = require("../errors");
 const bridge_1 = require("../bridge");
 const callBridge = (0, bridge_1.getCallBridge)();
 async function getCustomFieldInternalAPI() {
@@ -16,5 +16,4 @@
         const message = err instanceof Error ? err.message : String(err);
         throw new errors_1.BridgeAPIError('Unable to initialize custom field module: ' + message);
     }
 }
-exports.getCustomFieldInternalAPI = getCustomFieldInternalAPI;