@forge/cli-shared
8.24.08.24.0-experimental-04cc2b9
out/auth/instruction.js~
out/auth/instruction.jsModified+1−2
Index: package/out/auth/instruction.js
===================================================================
--- package/out/auth/instruction.js
+++ package/out/auth/instruction.js
@@ -1,7 +1,7 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
-exports.getInstructionsUrl = void 0;
+exports.getInstructionsUrl = getInstructionsUrl;
const gateway_1 = require("../graphql/gateway");
const INSTRUCTION_URLS = {
DEV: 'https://go.atlassian.com/forge-cli-api-token-stg',
STG: 'https://go.atlassian.com/forge-cli-api-token-stg',
@@ -11,5 +11,4 @@
};
function getInstructionsUrl() {
return (0, gateway_1.getEnvironmentConfig)(INSTRUCTION_URLS);
}
-exports.getInstructionsUrl = getInstructionsUrl;