Skip to content

Commit

Permalink
chore(examples): Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytten committed Jun 12, 2020
1 parent 466a8b3 commit bf7748e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const Test = objectType({
t.id('id');
t.string('prop', {
shield: ruleType({
resolve(root, args, ctx) {
resolve(_root, _args, _ctx) {
return true;
},
}),
Expand Down

0 comments on commit bf7748e

Please sign in to comment.