Skip to content

Commit db0bbe5

Browse files
committed
Another fix
1 parent be8021f commit db0bbe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class ActionMacro(val c: MacroContext) extends ContextMacro with ReifyLiftings {
162162
(INSERT ... VALUES (? ?), List(caboose))
163163
*/
164164
batchesSharded.groupByOrdered(_._1).map {
165-
case (string, items, liftings) =>
165+
case (string, items) =>
166166
${c.prefix}.BatchGroup(string, items.map(_._2).toList, items.map(_._3).toList)
167167
}.toList
168168
})(io.getquill.context.ExecutionInfo.unknown, ())

0 commit comments

Comments
 (0)