Compare commits
1 commit
master
...
rtsisyk/di
Author | SHA1 | Date | |
---|---|---|---|
ac9afb9b46 |
2 changed files with 2 additions and 6 deletions
1
.github/workflows/deploy-master-to-prod.yml
vendored
1
.github/workflows/deploy-master-to-prod.yml
vendored
|
@ -7,7 +7,6 @@ on:
|
|||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
environment: production
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: wrangler publish
|
||||
|
|
|
@ -47,9 +47,6 @@ export const DATA_VERSIONS = [
|
|||
241017,
|
||||
241107,
|
||||
241122,
|
||||
250121,
|
||||
250213,
|
||||
250227,
|
||||
];
|
||||
|
||||
const kUnlimited = 99999;
|
||||
|
@ -201,8 +198,8 @@ export async function getServersList(request: Request) {
|
|||
};
|
||||
|
||||
// Disable donates for reviewers for all app versions AFTER this one.
|
||||
const lastApprovedAndReleasedGoogleAppVersionCode = 250217;
|
||||
const lastApprovedAndReleasediOSAppVersionCode = 250303;
|
||||
const lastApprovedAndReleasedGoogleAppVersionCode = 241127;
|
||||
const lastApprovedAndReleasediOSAppVersionCode = 210000; // Disabled until discussed with Apple.
|
||||
let donatesEnabled = true;
|
||||
if (
|
||||
appVersion.flavor === 'google' &&
|
||||
|
|
Loading…
Add table
Reference in a new issue