core: fix project creation to include updated timestamp
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…
Reference in New Issue