Enable donates for 2023.12.13 iOS hotfix
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
38e9ce98bb
commit
9b2e72600d
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 = 231117;
|
||||
const lastApprovedAndReleasediOSAppVersionCode = 231117;
|
||||
const lastApprovedAndReleasediOSAppVersionCode = 231213;
|
||||
let donatesEnabled = true;
|
||||
if (
|
||||
appVersion.flavor === 'google' &&
|
||||
|
|
Loading…
Add table
Reference in a new issue