mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-22 02:02:14 +00:00
fix-batch-delete
This commit is contained in:
parent
40e817c142
commit
93ceee7e15
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user