Skip to content

No Autolinks changes made if length of filteredEntries and existingRecords is equal #521

@stevoland

Description

@stevoland

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions