minor change
This commit is contained in:
parent
a32916def6
commit
1e98567bb4
|
|
@ -308,8 +308,7 @@ public partial class MongoRepository
|
|||
|
||||
var filter = new AgentFilter
|
||||
{
|
||||
AgentIds = agentIds,
|
||||
IsPublic = true
|
||||
AgentIds = agentIds
|
||||
};
|
||||
var agents = GetAgents(filter);
|
||||
return agents;
|
||||
|
|
|
|||
Loading…
Reference in a new issue