From f56f716890fefb35779423c6daec54476fd2dfcf Mon Sep 17 00:00:00 2001 From: Chris Karcher Date: Fri, 23 Sep 2022 19:37:13 -0500 Subject: [PATCH] fix prettier error --- src/execution/execute.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/execution/execute.ts b/src/execution/execute.ts index e6d33110e7..15a869f624 100644 --- a/src/execution/execute.ts +++ b/src/execution/execute.ts @@ -632,7 +632,7 @@ function executeFields( sourceValue, fieldNodes, fieldPath, - asyncPayloadRecord + asyncPayloadRecord, ); if (result !== undefined) {