Mozilla Monitor arms you with tools to keep your personal information safe. Find out what hackers already know about you and learn how to stay a step ahead of them.
It should probably be something like this with a string op and object for the second [optional] param:
log.info("notify", {message: `${breachAlert.Name} is fabricated, a spam list, not associated with a website, or unverified. \n Breach Alert not sent.`});
Not sure if we care much about the formatting of op or the second parameter...
I notice some of the ops are "loadBreachesIntoApp" vs "done-loading-breaches".
I think the only one that jumps out at me is this one, which doesn't list an
op
:https://github.com/mozilla/blurts-server/blob/638af6a3aa2bcafedf110ae111da65d7f4fff7d3/controllers/hibp.js#L41
It should probably be something like this with a string op and object for the second [optional] param:
Not sure if we care much about the formatting of
op
or the second parameter... I notice some of the ops are "loadBreachesIntoApp" vs "done-loading-breaches".