Skip to content

Intercom API should take a method name and an object, not array. #86

@j-pollack

Description

@j-pollack

In src/intercomAPI.ts on branch 2.0, args should be an object, not an array.

Just change line 1 from:

export default function(method: string, ...args: Array<any>) {

to:

export default function(method: string, args: any) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions