Can't skip seen on the userDetails call

This call really does need for a result to be passed to the callback
This commit is contained in:
Bryan Housel
2018-07-13 00:31:04 -04:00
parent 8a1079c3c6
commit f825845b79
+1 -1
View File
@@ -675,7 +675,7 @@ export default {
return callback({ message: 'Connection Switched', status: -1 });
}
var options = { skipSeen: true };
var options = { skipSeen: false };
return parseXML(xml, function(err, results) {
if (err) {
return callback(err);