Skip to content

oneall.connection.getAll #2

@CrackerakiUA

Description

@CrackerakiUA

oneall.connection.getAll(
1,
function (err, data, fullData) {
if (err) {
throw(err);
}
console.log('Meaningful data: ', data);
console.log('Full data: ', fullData);
}
);
I have the error below.
err: [SyntaxError: Unexpected token C]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions