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