Enable donates for AppStore (250302).
Signed-off-by: Viktor Havaka <viktor.govako@gmail.com>
This commit is contained in:
parent
18c36b18d2
commit
882b7a7cec
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ export async function getServersList(request: Request) {
|
||||||
|
|
||||||
// Disable donates for reviewers for all app versions AFTER this one.
|
// Disable donates for reviewers for all app versions AFTER this one.
|
||||||
const lastApprovedAndReleasedGoogleAppVersionCode = 250217;
|
const lastApprovedAndReleasedGoogleAppVersionCode = 250217;
|
||||||
const lastApprovedAndReleasediOSAppVersionCode = 250301;
|
const lastApprovedAndReleasediOSAppVersionCode = 250303;
|
||||||
let donatesEnabled = true;
|
let donatesEnabled = true;
|
||||||
if (
|
if (
|
||||||
appVersion.flavor === 'google' &&
|
appVersion.flavor === 'google' &&
|
||||||
|
|
Loading…
Add table
Reference in a new issue