Revert removing order while getting latest DNS data
This commit is contained in:
parent
e59c14440c
commit
e9f746cd8b
@ -655,6 +655,9 @@ export class Database {
|
||||
status: DeploymentStatus.Ready,
|
||||
isDNS: true
|
||||
},
|
||||
order: {
|
||||
createdAt: 'DESC'
|
||||
}
|
||||
});
|
||||
|
||||
if (deployment === null) {
|
||||
|
Loading…
Reference in New Issue
Block a user