Skip to content

Commit

Permalink
Delete unused
Browse files Browse the repository at this point in the history
  • Loading branch information
takapi327 committed Dec 30, 2024
1 parent e9af719 commit 786f6cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ object Table:
Column.Impl[P](
columns.map(_.name).mkString(", "),
if alias.isEmpty then None else Some(alias),
decoder.to[P],
decoder,
encoder,
Some(columns.length),
Some(columns.map(column => s"${ column.name } = ?").mkString(", "))
Expand Down

0 comments on commit 786f6cb

Please sign in to comment.