Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
OneCyrus committed Dec 15, 2018
1 parent 3f2dd27 commit 1adfa77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/buildClientSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export function buildClientSchema(
const type = getType(typeRef);
invariant(
isOutputType(type),
'Introspection must provide output type for fields. ' + inspect(type),
'Introspection must provide output type for fields. ' + inspect(type),
);
return type;
}
Expand Down

0 comments on commit 1adfa77

Please sign in to comment.