1
0
mirror of https://github.com/harness/drone.git synced 2025-04-28 05:36:58 +00:00

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

* fix: [CDE-437]: Mapping IsMarkedForDeletion and IsDeleted when reading from db.
This commit is contained in:
Dhruv Dhruv 2024-10-28 08:10:15 +00:00 committed by Harness
parent f87c8b77e7
commit 69a815ee1e

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