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 db80448 commit 6ba2ae0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions server/production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,5 @@ FASTIFY.server.get('/ios/v1/startup/message', async (_, reply) => {
message_url: 'https://alpha.carrismetropolitana.pt/app-ios/startup/message-1',
presentation_type: 'breaking',
},
{
build_max: 1,
build_min: 2,
message_id: 'PROD-IOS-0005',
message_url: 'https://alpha.carrismetropolitana.pt/app-ios/startup/message-1',
presentation_type: 'changelog',
},
]);
});

0 comments on commit 6ba2ae0

Please sign in to comment.