mirror of
https://github.com/MaximilianGT500/testflight-watcher.git
synced 2025-01-10 13:58:34 +01:00
Compare commits
2 Commits
d767a0a70f
...
fdaeee4cd7
Author | SHA1 | Date | |
---|---|---|---|
fdaeee4cd7 | |||
3705677a2d |
4
index.js
4
index.js
@ -140,6 +140,10 @@ async function checkTestFlight(app, pushoverAPI) {
|
|||||||
|
|
||||||
if (betaStatus === "This beta is full.") {
|
if (betaStatus === "This beta is full.") {
|
||||||
return clc.red(`❌ ${app.name}: Beta-Test ist voll.`);
|
return clc.red(`❌ ${app.name}: Beta-Test ist voll.`);
|
||||||
|
} else if (
|
||||||
|
betaStatus === "This beta isn't accepting any new testers right now."
|
||||||
|
) {
|
||||||
|
return clc.red(`❌ ${app.name}: Beta akzeptiert keine neuen Tester.`);
|
||||||
} else {
|
} else {
|
||||||
const otp = generateOTP(app.url);
|
const otp = generateOTP(app.url);
|
||||||
OTP_STOREAGE[app.url] = otp;
|
OTP_STOREAGE[app.url] = otp;
|
||||||
|
Loading…
Reference in New Issue
Block a user