#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>=>{ ...@@ -189,7 +189,7 @@ router.get('/my',auth, async (req: Request, res: Response):Promise<Response>=>{
.find({ .find({
relations:{ relations:{
executor:true, executor:true,
author:true, // author:true,
}, },
where:[ 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