Enable donates iOS 240510
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
2a92abd741
commit
6bfc5c45c4
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ export async function getServersList(request: Request) {
|
|||
|
||||
// Disable donates for reviewers for all app versions AFTER this one.
|
||||
const lastApprovedAndReleasedGoogleAppVersionCode = 240331;
|
||||
const lastApprovedAndReleasediOSAppVersionCode = 240331;
|
||||
const lastApprovedAndReleasediOSAppVersionCode = 240510;
|
||||
let donatesEnabled = true;
|
||||
if (
|
||||
appVersion.flavor === 'google' &&
|
||||
|
|
Loading…
Add table
Reference in a new issue