Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mbryzek committed Jun 10, 2024
1 parent 64429b2 commit a8b2532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app/processor/PurgeDeletedProcessor.scala
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class PurgeDeletedProcessor @Inject()(

private[this] def exec(q: Query): Unit = {
db.withConnection { c =>
q.withDebugging().anormSql().executeUpdate()(c)
q.anormSql().executeUpdate()(c)
}
()
}
Expand Down

0 comments on commit a8b2532

Please sign in to comment.