Skip to content

Commit b903ddf

Browse files
committed
fix constant
1 parent c2174c6 commit b903ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/query/woqlPrinter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { WOQL } = require("../dist/const.dev")
1+
const { WOQL } = require("../woql")
22

33
/**
44
* Class responsible for converting a JSON WOQL into a WOQL.js / WOQL.py string

0 commit comments

Comments
 (0)