Skip to content

Commit

Permalink
Update production.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Oct 24, 2024
1 parent 052f0a6 commit db80448
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions server/production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,12 @@ FASTIFY.server.get('/android/v1/startup/message', async (_, reply) => {
.header('Content-Type', 'application/json; charset=utf-8')
.send([
{
build_max: 1,
build_max: 37,
build_min: null,
message_id: 'PROD-ANDROID-0082',
message_url: 'https://alpha.carrismetropolitana.pt/app-android/startup/message-1',
presentation_type: 'breaking',
},
{
build_max: 1,
build_min: 2,
message_id: 'PROD-ANDROID-0005',
message_url: 'https://alpha.carrismetropolitana.pt/app-android/startup/message-1',
presentation_type: 'changelog',
},
]);
});

Expand All @@ -32,7 +25,7 @@ FASTIFY.server.get('/ios/v1/startup/message', async (_, reply) => {
.header('Content-Type', 'application/json; charset=utf-8')
.send([
{
build_max: 1,
build_max: 34,
build_min: null,
message_id: 'PROD-IOS-0082',
message_url: 'https://alpha.carrismetropolitana.pt/app-ios/startup/message-1',
Expand Down

0 comments on commit db80448

Please sign in to comment.