Skip to content

Commit

Permalink
fix reviewdog
Browse files Browse the repository at this point in the history
  • Loading branch information
a-alle committed Mar 7, 2024
1 parent efd937c commit ca69be9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function generateResolverComposition({
queryAndMutationWrappers: ((next: any) => (root: any, args: any, context: any, info: any) => any)[];
subscriptionWrappers: ((next: any) => (root: any, args: any, context: any, info: any) => any)[];
}): ResolversComposerMapping<IResolvers<any, GraphQLResolveInfo, Record<string, any>, any>> {
let resolverComposition = {};
const resolverComposition = {};
const {
userCustomResolverPattern: customResolverQueryPattern,
generatedResolverPattern: generatedResolverQueryPattern,
Expand Down

0 comments on commit ca69be9

Please sign in to comment.