Enable donates for Apple 241004
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
parent
375533572c
commit
b8200aadc8
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ export async function getServersList(request: Request) {
|
|||
|
||||
// Disable donates for reviewers for all app versions AFTER this one.
|
||||
const lastApprovedAndReleasedGoogleAppVersionCode = 240919;
|
||||
const lastApprovedAndReleasediOSAppVersionCode = 240908;
|
||||
const lastApprovedAndReleasediOSAppVersionCode = 241004;
|
||||
let donatesEnabled = true;
|
||||
if (
|
||||
appVersion.flavor === 'google' &&
|
||||
|
|
Loading…
Add table
Reference in a new issue