"examples/vscode:/vscode.git/clone" did not exist on "75ada25048345b6a121d3528bd716f7effb9581e"
Commit 1e1b372d authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent bd5a8567
...@@ -161,7 +161,7 @@ async def get_archived_session_user_chat_list( ...@@ -161,7 +161,7 @@ async def get_archived_session_user_chat_list(
############################ ############################
@router.post("/archive/all", response_model=List[ChatTitleIdResponse]) @router.post("/archive/all", response_model=bool)
async def archive_all_chats(user=Depends(get_current_user)): async def archive_all_chats(user=Depends(get_current_user)):
return Chats.archive_all_chats_by_user_id(user.id) return Chats.archive_all_chats_by_user_id(user.id)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment