Skip to content

Commit ae81ddf

Browse files
committed
Fix function call
1 parent bd73907 commit ae81ddf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

quill-core/src/main/scala/io/getquill/context/QueryMacro.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ class QueryMacro(val c: MacroContext) extends ContextMacro {
9191
${c.prefix}.${TermName(method.name)}(
9292
expanded.string,
9393
expanded.liftings,
94-
(row, session) => $decoder(0, row, session),
9594
options = ${argValue}
9695
)(io.getquill.context.ExecutionInfo(expanded.executionType, expanded.ast, staticTopLevelQuat), ())
9796
"""
@@ -100,7 +99,6 @@ class QueryMacro(val c: MacroContext) extends ContextMacro {
10099
${c.prefix}.${TermName(method.name)}(
101100
expanded.string,
102101
expanded.liftings,
103-
(row, session) => $decoder(0, row, session),
104102
options = io.getquill.context.TranslateOptions()
105103
)(io.getquill.context.ExecutionInfo(expanded.executionType, expanded.ast, staticTopLevelQuat), ())
106104
"""

0 commit comments

Comments
 (0)