From cbbd8dc10ebec19795f90479368f441396d9075b Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Fri, 22 Nov 2024 14:27:10 -0700 Subject: [PATCH] Update js code --- .github/actions/javascript/getAndroidRolloutPercentage/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/javascript/getAndroidRolloutPercentage/index.js b/.github/actions/javascript/getAndroidRolloutPercentage/index.js index 9e7a7f798f37..4de9f00e4c9b 100644 --- a/.github/actions/javascript/getAndroidRolloutPercentage/index.js +++ b/.github/actions/javascript/getAndroidRolloutPercentage/index.js @@ -729971,7 +729971,6 @@ const core = __importStar(__nccwpck_require__(42186)); const googleapis_1 = __nccwpck_require__(44913); const PACKAGE_NAME = core.getInput('PACKAGE_NAME', { required: true }); const GOOGLE_KEY_FILE = core.getInput('GOOGLE_KEY_FILE', { required: true }); -const HALTED_STATUS = 'halted'; async function getAndroidRolloutPercentage() { const auth = new googleapis_1.google.auth.GoogleAuth({ keyFile: GOOGLE_KEY_FILE,