Skip to content

Commit

Permalink
Enable donates for Apple 241004
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Tsisyk <[email protected]>
  • Loading branch information
rtsisyk authored Oct 5, 2024
1 parent 3755335 commit b8200aa
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 @@ -173,7 +173,7 @@ export async function getServersList(request: Request) {

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

0 comments on commit b8200aa

Please sign in to comment.