Skip to content

Commit

Permalink
Enable donations for 240331 (Apple)
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Tsisyk <[email protected]>
  • Loading branch information
rtsisyk authored Apr 3, 2024
1 parent 988c8d4 commit a7e13be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/servers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export async function getServersList(request: Request) {

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

0 comments on commit a7e13be

Please sign in to comment.