Skip to content

Commit

Permalink
chore: return parentCredentialHash
Browse files Browse the repository at this point in the history
  • Loading branch information
Brummos committed Nov 20, 2024
1 parent 32d2e49 commit 74f7387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/data-store/src/utils/eventLogger/MappingUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export const activityEventFrom = (event: AuditEventEntity): ActivityLoggingEvent
credentialType: event.credentialType!,
originalCredential: event.originalCredential,
credentialHash: event.credentialHash,
parentCredentialHash: event.parentCredentialHash,
sharePurpose: event.sharePurpose,
description: event.description,
timestamp: event.timestamp,
Expand Down

0 comments on commit 74f7387

Please sign in to comment.