Skip to content

Commit c010df4

Browse files
committed
Fix canonicSyntax transform
1 parent 881b8e0 commit c010df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transform/canonicKeywords.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { keyword } from "./transformUtils";
44
export const canonicKeywords = (cst: Program): Program => {
55
cstVisitor({
66
// Replaces TEMP with TEMPORARY
7-
table_kind: (node) => {
7+
relation_kind: (node) => {
88
if (Array.isArray(node.kindKw)) {
99
// TODO...
1010
} else {

0 commit comments

Comments
 (0)