Skip to content

Commit

Permalink
Donates 240602
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Tsisyk <[email protected]>
  • Loading branch information
rtsisyk authored Jun 5, 2024
1 parent 36e12a6 commit 73e5aed
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 @@ -124,8 +124,8 @@ export async function getServersList(request: Request) {
};

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

0 comments on commit 73e5aed

Please sign in to comment.