Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
anubhav756 committed Nov 18, 2024
1 parent 9806016 commit 337214c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retrieval_service/datastore/providers/postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ async def validate_ticket(
WHERE airline ILIKE :airline
AND flight_number ILIKE :flight_number
AND departure_airport ILIKE :departure_airport
# AND departure_time = :departure_time
-- AND departure_time = :departure_time
"""
s = text(sql)
params = {
Expand Down

0 comments on commit 337214c

Please sign in to comment.