Skip to content

Commit

Permalink
Missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron authored Jan 20, 2017
1 parent b40d427 commit c53efbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/execution/execute.js
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ function completeAbstractValue(
}

function ensureValidRuntimeType(
runtimeTypeOrName: string | GraphQLObjectType | void
runtimeTypeOrName: string | GraphQLObjectType | void,
exeContext: ExecutionContext,
returnType: GraphQLAbstractType,
fieldNodes: Array<FieldNode>,
Expand Down

0 comments on commit c53efbe

Please sign in to comment.