This commit is contained in:
Timothy J. Baek
2024-10-01 14:00:19 -07:00
parent a0fb4a9b84
commit fb083237cd
2 changed files with 2 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ class FilesTable:
**form_data.model_dump(),
"user_id": user_id,
"created_at": int(time.time()),
"updated_at": int(time.time()),
}
)