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