@forge/jira-bridge
0.40.1-experimental-04cc2b91.0.0-next.0
out/custom-field/getFieldData.js~
out/custom-field/getFieldData.jsModified+2−1
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 = getFieldData;
+exports.getFieldData = void 0;
const errors_1 = require("../errors");
const getCustomFieldInternalAPI_1 = require("./getCustomFieldInternalAPI");
async function getFieldData(callback) {
const { actions: { onFieldDataChange, onBridgeError } } = await (0, getCustomFieldInternalAPI_1.getCustomFieldInternalAPI)();
@@ -24,4 +24,5 @@
}
throw error;
}
}
+exports.getFieldData = getFieldData;