Skip to content

Commit

Permalink
Enable donates for AppStore and GP.
Browse files Browse the repository at this point in the history
Signed-off-by: Viktor Havaka <[email protected]>
  • Loading branch information
vng authored Nov 13, 2024
1 parent d7ac8bc commit 5d26908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/servers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ export async function getServersList(request: Request) {
};

// Disable donates for reviewers for all app versions AFTER this one.
const lastApprovedAndReleasedGoogleAppVersionCode = 241023;
const lastApprovedAndReleasediOSAppVersionCode = 241022;
const lastApprovedAndReleasedGoogleAppVersionCode = 241112;
const lastApprovedAndReleasediOSAppVersionCode = 241112;
let donatesEnabled = true;
if (
appVersion.flavor === 'google' &&
Expand Down

0 comments on commit 5d26908

Please sign in to comment.