Set iOS donates on 250301.
Signed-off-by: Viktor Havaka <viktor.govako@gmail.com>
This commit is contained in:
parent
7c92fc3ce6
commit
7c48e43fc4
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ export async function getServersList(request: Request) {
|
|||
|
||||
// Disable donates for reviewers for all app versions AFTER this one.
|
||||
const lastApprovedAndReleasedGoogleAppVersionCode = 250217;
|
||||
const lastApprovedAndReleasediOSAppVersionCode = 250217;
|
||||
const lastApprovedAndReleasediOSAppVersionCode = 250301;
|
||||
let donatesEnabled = true;
|
||||
if (
|
||||
appVersion.flavor === 'google' &&
|
||||
|
|
Loading…
Add table
Reference in a new issue