Skip to content

Commit

Permalink
fix: rename TrinoSqlVisitor
Browse files Browse the repository at this point in the history
  • Loading branch information
wewoor authored May 25, 2023
1 parent 1442ad6 commit 76d7ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ export * from './lib/spark/SparkSqlListener';
export * from './lib/pgsql/PostgreSQLParserListener';
export * from './lib/pgsql/PostgreSQLParserVisitor';
export * from './lib/trinosql/TrinoSqlListener';
export * from './lib/trinosql/trinoSqlVisitor';
export * from './lib/trinosql/TrinoSqlVisitor';

0 comments on commit 76d7ee5

Please sign in to comment.