Skip to content

Commit c53efbe

Browse files
authored
Missing comma
1 parent b40d427 commit c53efbe

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
@@ -985,7 +985,7 @@ function completeAbstractValue(
985985
}
986986

987987
function ensureValidRuntimeType(
988-
runtimeTypeOrName: string | GraphQLObjectType | void
988+
runtimeTypeOrName: string | GraphQLObjectType | void,
989989
exeContext: ExecutionContext,
990990
returnType: GraphQLAbstractType,
991991
fieldNodes: Array<FieldNode>,

0 commit comments

Comments
 (0)