Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Sep 28, 2023
1 parent e94ffe3 commit 76398ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ trait Ops {
}

implicit class QueryOps[Q <: Query[_]](q: Q) {
def allowFiltering: Quoted[Q] = quote(sql"$q ALLOW FILTERING".transparent.pure.as[Q])
def allowFiltering = quote(sql"$q ALLOW FILTERING".transparent.pure.as[Q])
}

implicit class EntityOps[A <: EntityQuery[_]](q: A) extends Options(q)
Expand Down

0 comments on commit 76398ac

Please sign in to comment.