Skip to content

Commit

Permalink
fix query
Browse files Browse the repository at this point in the history
  • Loading branch information
giancarloromeo committed Nov 4, 2024
1 parent 4905f4c commit 3c6cc75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ async def validate_requested_service(
sa.select(services_consume_filetypes.c.is_guest_allowed)
.where(
(services_consume_filetypes.c.service_key == service_key)
& (services_consume_filetypes.c.is_guest_allowed is True)
& (services_consume_filetypes.c.is_guest_allowed == sa.true())
)
.limit(1)
)
Expand Down

0 comments on commit 3c6cc75

Please sign in to comment.