Skip to content

Commit

Permalink
Update deployments sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Jul 2, 2022
1 parent 3cdbd79 commit 519bda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/api/apps/[app]/deploys/ls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const DeploysLsRoute: FastifyPluginAsync = async (router, _options) => {
{
app_id: _request.params.app_id,
},
'LIMIT 50'
'ORDER BY deploy_id DESC LIMIT 50'
)
);
});
Expand Down

0 comments on commit 519bda5

Please sign in to comment.