mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
core: fix project creation to include updated timestamp
This commit is contained in:
parent
edffcc32cf
commit
365584048f
@ -94,6 +94,7 @@ export namespace Project {
|
||||
vcs: vcs as Info["vcs"],
|
||||
time: {
|
||||
created: Date.now(),
|
||||
updated: Date.now(),
|
||||
},
|
||||
}
|
||||
if (id !== "global") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user