mirror of https://github.com/harness/drone.git
fix: [CDE-454]: set initial used time. (#2930)
* fix: [CDE-454]: set initial used time.pull/3586/head
parent
9b89229a35
commit
4ee52b0cf8
|
@ -234,6 +234,7 @@ func (c *Service) buildGitspaceInstance(config *types.GitspaceConfig) (*types.Gi
|
|||
Created: now,
|
||||
Updated: now,
|
||||
TotalTimeUsed: 0,
|
||||
LastUsed: &now,
|
||||
}
|
||||
if config.IDE == enum.IDETypeVSCodeWeb || config.IDE == enum.IDETypeVSCode {
|
||||
gitspaceInstance.MachineUser = &gitspaceMachineUser
|
||||
|
|
Loading…
Reference in New Issue