Revert removing order while getting latest DNS data
All checks were successful
Lint / lint (20.x) (pull_request) Successful in 4m36s

This commit is contained in:
Shreerang Kale 2025-01-31 19:15:47 +05:30
parent 0aead3e555
commit ab989ed12d

View File

@ -655,6 +655,9 @@ export class Database {
status: DeploymentStatus.Ready,
isDNS: true
},
order: {
createdAt: 'DESC'
}
});
if (deployment === null) {