From 0cdee3b2263261774284448b432b7c4e2e8c2441 Mon Sep 17 00:00:00 2001 From: BryantHe Date: Tue, 15 Aug 2023 18:03:10 +0800 Subject: [PATCH] update doc --- app/api/v1/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/v1/user.py b/app/api/v1/user.py index a507af6..c43e671 100644 --- a/app/api/v1/user.py +++ b/app/api/v1/user.py @@ -49,6 +49,6 @@ def refresh_token(): if user_dict: result.update(user_dict) if body_info_dict: - user_dict['height'] = body_info_dict['height'] + result['height'] = body_info_dict['height'] return result