Skip to content

Commit

Permalink
Update packages/explorer/src/app/(explorer)/[chainName]/worlds/[world…
Browse files Browse the repository at this point in the history
…Address]/explore/useQueryValidator.ts

Co-authored-by: Kevin Ingersoll <[email protected]>
  • Loading branch information
karooolis and holic authored Oct 23, 2024
1 parent 86a4753 commit e5c3ea7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useMonacoErrorMarker } from "./useMonacoErrorMarker";

const sqlParser = new Parser();

function findErrorPosition(query: string, erroredQueryStr: string) {
function findErrorPosition(query: string, target: string) {

Check failure on line 13 in packages/explorer/src/app/(explorer)/[chainName]/worlds/[worldAddress]/explore/useQueryValidator.ts

View workflow job for this annotation

GitHub Actions / Run lint

'target' is defined but never used
const lines = query.split("\n");
let startLineNumber = 1;
let startColumn = 1;
Expand Down

0 comments on commit e5c3ea7

Please sign in to comment.