Problem Description
See failing unit test #520. If the length of the existing records is the same as the configuration, no changes are made.
What is actually happening
No changes made
What is the expected behavior
Autolinks should be created/deleted
Error output, if available
Add console.log(compare) at
|
const compare = mergeDeep.compareDeep(existingRecords, filteredEntries) |
:
console.log
{ additions: [], modifications: [], hasChanges: 0 }
at log (lib/plugins/diffable.js:80:37)