@forge/jira-bridge

0.40.10.40.1-experimental-04cc2b9
out/custom-field/getFieldData.js
~out/custom-field/getFieldData.jsModified
+1−2
Index: package/out/custom-field/getFieldData.js
===================================================================
--- package/out/custom-field/getFieldData.js
+++ package/out/custom-field/getFieldData.js
@@ -1,7 +1,7 @@
 "use strict";
 Object.defineProperty(exports, "__esModule", { value: true });
-exports.getFieldData = void 0;
+exports.getFieldData = getFieldData;
 const errors_1 = require("../errors");
 const getCustomFieldInternalAPI_1 = require("./getCustomFieldInternalAPI");
 async function getFieldData(callback) {
     const { actions: { onFieldDataChange, onBridgeError } } = await (0, getCustomFieldInternalAPI_1.getCustomFieldInternalAPI)();
@@ -24,5 +24,4 @@
         }
         throw error;
     }
 }
-exports.getFieldData = getFieldData;