Adding log to false positive
This commit is contained in:
parent
15ed7e917a
commit
8a741dc729
1 changed files with 1 additions and 1 deletions
|
|
@ -441,7 +441,7 @@ if (!Meteor.settings.private.internalApiToken) {
|
||||||
|
|
||||||
// TODO
|
// TODO
|
||||||
const fire = fireFromHash(sealed, {});
|
const fire = fireFromHash(sealed, {});
|
||||||
console.log(`Marking fire as false positive: ${fire}`);
|
console.log(`Marking fire as false positive: ${JSON.stringify(fire)}`);
|
||||||
const result = upsertFalsePositive(type, user._id, fire);
|
const result = upsertFalsePositive(type, user._id, fire);
|
||||||
return jsend.success({ upsert: result });
|
return jsend.success({ upsert: result });
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue