test fixed
This commit is contained in:
parent
9ebd7a2922
commit
05ed72661e
|
@ -111,7 +111,7 @@ module.exports = Self => {
|
||||||
teamIds = [worker && worker.id];
|
teamIds = [worker && worker.id];
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ctx.args && ctx.args.mine || ctx.args.myTeam)
|
if (ctx.args && (ctx.args.mine || ctx.args.myTeam))
|
||||||
ctx.args.teamIds = teamIds;
|
ctx.args.teamIds = teamIds;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue