Skip to content
Snippets Groups Projects
Commit a2fd6b7b authored by Daniel Gerdes's avatar Daniel Gerdes
Browse files

Filter slug from entries in entry.resolver

parent 1b20b07f
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ export class EntryResolver { ...@@ -29,6 +29,7 @@ export class EntryResolver {
where: { id: entry.id }, where: { id: entry.id },
select: { agent: true }, select: { agent: true },
}); });
result.agent.slug = "";
return result.agent; return result.agent;
} }
......
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