fix: [CDE-437]: Mapping IsMarkedForDeletion and IsDeleted when reading from db. (#2877)

* fix: [CDE-437]: Mapping IsMarkedForDeletion and IsDeleted when reading from db.
devcontainer-setup
Dhruv Dhruv 2024-10-28 08:10:15 +00:00 committed by Harness
parent f87c8b77e7
commit 69a815ee1e
1 changed files with 11 additions and 9 deletions

View File

@ -355,6 +355,8 @@ func (s *gitspaceConfigStore) mapToGitspaceConfig(
Created: in.Created,
Updated: in.Updated,
SSHTokenIdentifier: in.SSHTokenIdentifier,
IsMarkedForDeletion: in.IsMarkedForDeletion,
IsDeleted: in.IsDeleted,
CodeRepo: codeRepo,
GitspaceUser: types.GitspaceUser{
ID: in.CreatedBy.Ptr(),