We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 840f155 commit d093fe5Copy full SHA for d093fe5
src/routes/copilotOpportunityApply/list.js
@@ -13,6 +13,7 @@ module.exports = [
13
14
console.log("start list operation");
15
const isAdmin = util.hasRoles(req, ADMIN_ROLES);
16
+ const userId = req.authUser.userId;
17
18
let sort = req.query.sort ? decodeURIComponent(req.query.sort) : 'createdAt desc';
19
if (sort.indexOf(' ') === -1) {
0 commit comments