Skip to content

Commit a60f78a

Browse files
author
Gavin Barron
committed
increased loging for getData call
1 parent 7299721 commit a60f78a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/graphHelper.js

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ GraphHelper.prototype = {
6767

6868
res.on('data', chunk => endpointData += chunk);
6969
res.on('end', () => {
70+
context.log(endpointData);
7071
if (res.statusCode === 200) callback(null, JSON.parse(endpointData));
7172
else callback(JSON.parse(endpointData), null);
7273
});

0 commit comments

Comments
 (0)