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