Donates for iOS 12 hotfix release 231222
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
245f3f61ad
commit
8fa182c15b
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 = 231221;
|
||||
const lastApprovedAndReleasediOSAppVersionCode = 231220;
|
||||
const lastApprovedAndReleasediOSAppVersionCode = 231222;
|
||||
let donatesEnabled = true;
|
||||
if (
|
||||
appVersion.flavor === 'google' &&
|
||||
|
|
Loading…
Add table
Reference in a new issue