feat: include registered branch as relation

This commit is contained in:
Methapon2001 2024-12-24 13:40:27 +07:00
parent aecf52fdc9
commit af268a79ed

View file

@ -190,6 +190,7 @@ export class TaskController extends Controller {
}, },
}, },
institution: true, institution: true,
registeredBranch: true,
createdBy: true, createdBy: true,
}, },
}); });