fix: linting erroring out on graphql queries (#2846)

This commit is contained in:
Akash K
2022-11-01 04:15:53 +05:30
committed by GitHub
parent 53938248de
commit ad86221c7d

View File

@@ -28,8 +28,8 @@ export const createGQLQueryLinter: (
ch: locations![0].column - 1,
},
to: {
line: locations![0].line - 1,
ch: locations![0].column,
line: locations![0].line,
ch: locations![0].column - 1,
},
message,
severity: "error",