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