From 3ebff7c8c9d446123ff21427cf2e172a1efe9573 Mon Sep 17 00:00:00 2001 From: Yaacov Rydzinski Date: Fri, 30 May 2025 19:19:30 +0300 Subject: [PATCH] fix(benchmark): fix my incorrect merge of original commit from v16 --- benchmark/fixtures.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/benchmark/fixtures.js b/benchmark/fixtures.js index ac6a22a989..06294251d9 100644 --- a/benchmark/fixtures.js +++ b/benchmark/fixtures.js @@ -5,8 +5,9 @@ export const bigSchemaSDL = fs.readFileSync( 'utf8', ); -export const bigDocumentSDL = JSON.parse( - fs.readFileSync(new URL('kitchen-sink.graphql', import.meta.url), 'utf8'), +export const bigDocumentSDL = fs.readFileSync( + new URL('kitchen-sink.graphql', import.meta.url), + 'utf8', ); export const bigSchemaIntrospectionResult = JSON.parse(