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 b31d5c7 commit b4d23b9Copy full SHA for b4d23b9
src/routes/copilotOpportunity/list.js
@@ -76,7 +76,7 @@ module.exports = [
76
if (!isAdminOrManager) {
77
delete formatted.projectId;
78
}
79
- return ;
+ return formatted;
80
});
81
return util.setPaginationHeaders(req, res, {
82
count: copilotOpportunities.count,
0 commit comments