mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 01:05:58 +08:00
remove unused argument
This commit is contained in:
parent
4192c9e764
commit
62c7ba5659
@ -104,8 +104,7 @@ class AuthorizationHelpers:
|
|||||||
return UserProfile(
|
return UserProfile(
|
||||||
user_id = user_data["user_id"],
|
user_id = user_data["user_id"],
|
||||||
username = user_data["username"],
|
username = user_data["username"],
|
||||||
profile_image_url = user_data.get("profile_image_url", ""),
|
profile_image_url = user_data.get("profile_image_url", "")
|
||||||
generated_at = datetime.now()
|
|
||||||
)
|
)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user