quivr/backend
Laurens Van Keer 68f03b2416
fix(chat routes): HTTPException import correction (#833)
* fix(chat routes): HTTPException import correction

Solves "TypeError: HTTPException() takes no keyword arguments"

* fix(chat routes): error in user id comparison in metadata endpoint

current_user.id is a UUID and must be converted to a string before comparison with the chat.user_id string
2023-08-03 12:11:25 +02:00
..
core fix(chat routes): HTTPException import correction (#833) 2023-08-03 12:11:25 +02:00
private test: fix ci 2023-07-18 15:34:08 +01:00