mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-08 12:53:50 -05:00
Remove created_at from payload because it is unused
This commit is contained in:
@@ -213,7 +213,6 @@ class StateManager:
|
||||
database_object = {
|
||||
"project_id": str(project.id),
|
||||
"project_name": project.name,
|
||||
"created_at": project.created_at,
|
||||
"folder_name": project.folder_name,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user