Skip to content

Commit 902e2b3

Browse files
committed
fix: add project in copilot request
1 parent d4a88f4 commit 902e2b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/copilotRequest/list.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ module.exports = [
3939
where: whereCondition,
4040
include: [
4141
{ model: models.CopilotOpportunity, as: 'copilotOpportunity', required: false },
42+
{ model: models.Project, as: 'project', required: false },
4243
],
4344
order: [[sortParams[0], sortParams[1]]],
4445
limit: pageSize,

0 commit comments

Comments
 (0)