Skip to content

Commit

Permalink
Enable donates for 2023.12.13 iOS hotfix
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Borsuk <[email protected]>
  • Loading branch information
biodranik committed Dec 14, 2023
1 parent 38e9ce9 commit 9b2e726
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 = 231117;
const lastApprovedAndReleasediOSAppVersionCode = 231117;
const lastApprovedAndReleasediOSAppVersionCode = 231213;
let donatesEnabled = true;
if (
appVersion.flavor === 'google' &&
Expand Down

0 comments on commit 9b2e726

Please sign in to comment.