From af268a79ed9b42512caf19f90d6533b78599423b Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Tue, 24 Dec 2024 13:40:27 +0700 Subject: [PATCH] feat: include registered branch as relation --- src/controllers/07-task-controller.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/07-task-controller.ts b/src/controllers/07-task-controller.ts index 4adbaae..37d7862 100644 --- a/src/controllers/07-task-controller.ts +++ b/src/controllers/07-task-controller.ts @@ -190,6 +190,7 @@ export class TaskController extends Controller { }, }, institution: true, + registeredBranch: true, createdBy: true, }, });