diff --git a/src/controllers/07-task-controller.ts b/src/controllers/07-task-controller.ts index dee4b7a..d50e089 100644 --- a/src/controllers/07-task-controller.ts +++ b/src/controllers/07-task-controller.ts @@ -125,6 +125,7 @@ export class TaskController extends Controller { userTask: true, taskList: true, institution: true, + registeredBranch: true, createdBy: true, }, }), @@ -735,6 +736,7 @@ export class UserTaskController extends Controller { userTask: { where: { userId: req.user.sub }, }, + registeredBranch: true, institution: true, createdBy: true, },