Skip to content
Snippets Groups Projects
Commit 5affe5c1 authored by xcf-t's avatar xcf-t
Browse files

Merge remote-tracking branch 'origin/master'

parents ff515424 e00b1091
No related branches found
No related tags found
No related merge requests found
......@@ -37,9 +37,6 @@ export class AgentResolver {
@UseGuards(AuthGuard)
async getAgents(): Promise<AgentModel[]> {
return await this.prisma.agent.findMany({
where: {
uid: { not: null },
},
select: {
id: true,
name: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment