mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-31 06:15:49 +00:00
fix-batch-delete
This commit is contained in:
@@ -251,7 +251,7 @@ object BatchTransformations {
|
||||
case (false, true) =>
|
||||
if (existingRecords == deleteChangeSet) {
|
||||
LogicalChangeType.FullDelete
|
||||
} else if (deleteChangeSet.exists(existingRecords.contains)) {
|
||||
} else if (existingRecords.nonEmpty) {
|
||||
LogicalChangeType.Update
|
||||
} else {
|
||||
LogicalChangeType.OutOfSync
|
||||
|
Reference in New Issue
Block a user