Skip to content

Commit a07ec7e

Browse files
authored
Update WvcLib.scala
1 parent 251d889 commit a07ec7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_patches/WvcLib.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ object WvcLib extends LogSupport:
3131
* generated SQL as a CString
3232
*/
3333
@exported("wvlet_compile_query")
34-
def compile_query(queryJson: CString): CString =
34+
def compile_query(argJson: CString): CString =
3535
try
3636
val json = fromCString(argJson)
3737
val args = MessageCodec.of[Array[String]].fromJson(json)

0 commit comments

Comments
 (0)