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,
|
status: DeploymentStatus.Ready,
|
||||||
isDNS: true
|
isDNS: true
|
||||||
},
|
},
|
||||||
|
order: {
|
||||||
|
createdAt: 'DESC'
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
if (deployment === null) {
|
if (deployment === null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user