Enable iOS donates for TestFlight (241126).

Signed-off-by: Viktor Havaka <viktor.govako@gmail.com>
This commit is contained in:
Viktor Havaka 2024-11-26 20:25:54 -03:00 committed by Alexander Borsuk
parent 14b002618e
commit 7fb90b0444

View file

@ -184,7 +184,7 @@ export async function getServersList(request: Request) {
// Disable donates for reviewers for all app versions AFTER this one.
const lastApprovedAndReleasedGoogleAppVersionCode = 241112;
const lastApprovedAndReleasediOSAppVersionCode = 241112;
const lastApprovedAndReleasediOSAppVersionCode = 241126;
let donatesEnabled = true;
if (
appVersion.flavor === 'google' &&