Fix method to get latest DNS data

This commit is contained in:
Shreerang Kale
2025-02-03 09:23:03 +05:30
committed by IshaVenikar
parent 9d27dd568a
commit 22e814840e
-2
View File
@@ -654,8 +654,6 @@ export class Database {
},
status: DeploymentStatus.Ready,
isDNS: true
}, order: {
createdAt: "DESC",
},
});