@forge/jira-bridge
0.40.00.40.1-next.0
out/bridge.js~
out/bridge.jsModified+1−1
Index: package/out/bridge.js
===================================================================
--- package/out/bridge.js
+++ package/out/bridge.js
@@ -1,7 +1,7 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getCallBridge = void 0;
const getCallBridge = () => {
- return window.__bridge.callBridge;
+ return globalThis.__bridge.callBridge;
};
exports.getCallBridge = getCallBridge;