Skip to content

request response payload doesn't include a body attribute #29

@louischausse-auxilio

Description

@louischausse-auxilio

let dedupePropValue = contactResult.body.properties[DEDUPE_PROPERTY];

should be

let dedupePropValue = contactResult.properties[DEDUPE_PROPERTY];


let idsToMerge = searchResults.body.results

should be

let idsToMerge = searchResults.results

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions