Skip to content

Commit

Permalink
fix: fixed recursive logging
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Feb 27, 2025
1 parent b5e924a commit 3808fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/get-forwarding-addresses.js
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ async function getForwardingAddresses(
forwardingAddresses.push(element);
}
} catch (err) {
logger.error(err, { session });
if (!err.notConfigured) logger.error(err, { session });
}
}

Expand Down

0 comments on commit 3808fa0

Please sign in to comment.