Revert removing order while getting latest DNS data
All checks were successful
Lint / lint (20.x) (pull_request) Successful in 4m36s
All checks were successful
Lint / lint (20.x) (pull_request) Successful in 4m36s
This commit is contained in:
parent
0aead3e555
commit
ab989ed12d
@ -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