We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ae715 commit 3d2216aCopy full SHA for 3d2216a
src/routes/copilotOpportunity/list.js
@@ -67,7 +67,7 @@ module.exports = [
67
const formattedOpportunities = copilotOpportunities.map((opportunity) => {
68
const plainOpportunity = opportunity.get({ plain: true });
69
70
- req.debug.info(isAdminOrManager, 'admin or manager', plainOpportunity);
+ req.log.debug(isAdminOrManager, 'admin or manager', plainOpportunity);
71
// For users who are not admin or manager, we dont want to expose
72
// the project id
73
if (!isAdminOrManager) {
0 commit comments