Skip to content
Snippets Groups Projects
Verified Commit 8d6c3909 authored by Adrian Paschkowski's avatar Adrian Paschkowski :thinking:
Browse files

please the linter, praise the linter

parent bc9811be
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,6 @@ export class GroupResolver {
@Args({ name: 'groupSlug', type: () => GraphQLString })
groupSlug: string,
) {
let group = await this.prismaService.group.findFirst({
where: { slug: groupSlug },
});
......
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