Skip to content

Commit

Permalink
Update packages/sql/src/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Dec 16, 2023
1 parent 436e829 commit 939828a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sql/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import { languages } from './languages.js'

// see #332 for more details
const JSOX = _JSOX.JSOX || _JSOX
const parser = new nodeSqlParser.Parser()

const parser = new nodeSqlParser.Parser()

const SQL_FORMATTER = 'sql-formatter'
const NODE_SQL_PARSER = 'node-sql-parser'
Expand Down

0 comments on commit 939828a

Please sign in to comment.