Compare commits

..

No commits in common. "fdaeee4cd786e8af85e0e44739091a2c72ae738a" and "d767a0a70fbd40d0b86c7a9d43942c628ab7ef39" have entirely different histories.

View File

@ -140,10 +140,6 @@ async function checkTestFlight(app, pushoverAPI) {
if (betaStatus === "This beta is full.") {
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 {
const otp = generateOTP(app.url);
OTP_STOREAGE[app.url] = otp;