Skip to content

Commit

Permalink
Update query.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bboinay authored Aug 7, 2024
1 parent d295f73 commit 8ee2bc6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pipeline/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,4 @@ def post_query(body: QueryBody):
log.info('/api/query pipeline retrieved')
response = pipe.query(body.query)
log.info('/api/query response:', response)
<<<<<<< HEAD
return response
=======
return { "type": "response", "body": response }
>>>>>>> main

0 comments on commit 8ee2bc6

Please sign in to comment.