This commit is contained in:
Timothy Jaeryang Baek
2025-11-28 06:41:41 -05:00
parent 0a4358c3d1
commit 742832a850
2 changed files with 3 additions and 3 deletions

View File

@@ -231,8 +231,8 @@ class UsersTable:
user = UserModel(
**{
"id": id,
"name": name,
"email": email,
"name": name,
"role": role,
"profile_image_url": profile_image_url,
"last_active_at": int(time.time()),