Skip to content

Commit f56f716

Browse files
committed
fix prettier error
1 parent 6598a33 commit f56f716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execution/execute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ function executeFields(
632632
sourceValue,
633633
fieldNodes,
634634
fieldPath,
635-
asyncPayloadRecord
635+
asyncPayloadRecord,
636636
);
637637

638638
if (result !== undefined) {

0 commit comments

Comments
 (0)