minor change

This commit is contained in:
Jicheng Lu 2024-06-11 16:56:40 -05:00
parent a32916def6
commit 1e98567bb4

View file

@ -308,8 +308,7 @@ public partial class MongoRepository
var filter = new AgentFilter
{
AgentIds = agentIds,
IsPublic = true
AgentIds = agentIds
};
var agents = GetAgents(filter);
return agents;