parse json
This commit is contained in:
parent
469ac7329a
commit
02f322059d
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ function getClaimsSince (time, lastID, MaxClaimsInCall) {
|
|||
logErrorToSlack('[Importer] Error getting updated claims. ' + err);
|
||||
return reject(err);
|
||||
}
|
||||
resolve(results);
|
||||
resolve(JSON.parse(results));
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue