#110 router tasks/my now search only task where user is executor

parent 6b35d130
......@@ -189,7 +189,7 @@ router.get('/my',auth, async (req: Request, res: Response):Promise<Response>=>{
.find({
relations:{
executor:true,
author:true,
// author:true,
},
where:[
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment