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]
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]