Fix method to get latest DNS data

This commit is contained in:
Shreerang Kale 2025-01-31 17:54:44 +05:30 committed by IshaVenikar
parent 9d27dd568a
commit 22e814840e

View File

@ -654,8 +654,6 @@ export class Database {
},
status: DeploymentStatus.Ready,
isDNS: true
}, order: {
createdAt: "DESC",
},
});