Skip to content

Commit

Permalink
fix: linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
boray committed Jan 10, 2025
1 parent fdaace2 commit 1f52216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolvers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const resolvers: Resolvers = {
});
},

block: async (_, {}, context) => {
block: async (_, __, context) => {
const graphQLSpan = setSpanNameFromGraphQLContext(
context,
'block.graphql'
Expand Down

0 comments on commit 1f52216

Please sign in to comment.