fix(core): update

This commit is contained in:
2023-08-01 13:01:48 +02:00
parent 4978d56330
commit 9eb81694c7
3 changed files with 30 additions and 41 deletions

View File

@ -17,7 +17,7 @@ tap.test('should deal with FeodoTracker data', async () => {
const feodoTracker = new abuseCh.FeodoTracker();
const data = await feodoTracker.getData();
console.log(data.length);
console.log(data[0]);
console.log(data[1]);
});
tap.start();