Skip to content

Commit 8c94a52

Browse files
committed
fix
1 parent 4f84a9a commit 8c94a52

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/utils/src/errors.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,7 @@ export function relocatedError(
9393
positions: originalError.positions,
9494
path: path == null ? originalError.path : path,
9595
originalError,
96-
extensions: info
97-
? {
98-
...originalError.extensions,
99-
schemaCoordinates: `${info.parentType.name}.${info.fieldName}`,
100-
}
101-
: originalError.extensions,
96+
extensions: originalError.extensions,
10297
});
10398

10499
if (info) {

0 commit comments

Comments
 (0)