Skip to content

Commit 3720ec0

Browse files
committed
Revert error reporting change committed by mistake
1 parent 05632a8 commit 3720ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/GraphQl/Query/QueryProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function process(
6969
$operationName
7070
)->toArray(
7171
$this->exceptionFormatter->shouldShowDetail() ?
72-
\GraphQL\Error\Debug::INCLUDE_DEBUG_MESSAGE : true
72+
\GraphQL\Error\Debug::INCLUDE_DEBUG_MESSAGE : false
7373
);
7474
}
7575
}

0 commit comments

Comments
 (0)