Skip to content

Commit 9cbcb1c

Browse files
committed
Fix lint
1 parent 136630f commit 9cbcb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execution/execute.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ function completeAbstractValue(
824824
);
825825
invariant(
826826
runtimeType instanceof GraphQLObjectType,
827-
`${returnType}.resolveType must return an instance of GraphQLObjectType `+
827+
`${returnType}.resolveType must return an instance of GraphQLObjectType ` +
828828
`for field ${info.parentType}.${info.fieldName}, received "${runtimeType}".`
829829
);
830830

0 commit comments

Comments
 (0)