intercom-client
Advanced tools
Comparing version 1.1.2 to 1.1.4
@@ -121,2 +121,5 @@ 'use strict'; | ||
value: function callback(f, data) { | ||
if (!f) { | ||
return; | ||
} | ||
if (f.length >= 2) { | ||
@@ -123,0 +126,0 @@ var hasErrors = data.body && data.body.type === 'error.list'; |
{ | ||
"name": "intercom-client", | ||
"version": "1.1.2", | ||
"version": "1.1.4", | ||
"description": "Official Node bindings to the Intercom API", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/intercom/intercom-node", |
32297
562