Skip to content

Commit a08dcdf

Browse files
committed
fix example
1 parent 5cf5a8a commit a08dcdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changeset/floppy-women-poke.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const result = await normalizedExecutor({
2626
});
2727

2828
if (result.errors) {
29-
for (error of result.errors) {
29+
for (const error of result.errors) {
3030
console.log(
3131
'Error in resolver ',
3232
getSchemaCoordinate(error), ':',

0 commit comments

Comments
 (0)