Skip to content

Commit

Permalink
fix: switched to logger debug instead of error
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Jan 12, 2025
1 parent 592f30e commit 2431193
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions helpers/get-recipients.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ async function getRecipients(session, scan) {
.then()
.catch((err) => logger.fatal(err));
} catch (err) {
err.isCodeBug = true;
logger.error(err);
logger.debug(err);
}
}

Expand Down

0 comments on commit 2431193

Please sign in to comment.