Skip to content

Commit

Permalink
fix: web didDoc updation in database (#617)
Browse files Browse the repository at this point in the history
Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
  • Loading branch information
KulkarniShashank authored and KulkarniShashank committed Sep 11, 2024
1 parent 75148f1 commit 83313ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/agent-service/src/agent-service.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,7 @@ export class AgentServiceService {
const storeOrgAgentData: IStoreOrgAgentDetails = {
did: tenantDetails.DIDCreationOption.did,
isDidPublic: true,
didDoc: tenantDetails.DIDCreationOption.didDocument || tenantDetails.DIDCreationOption.didDoc, //changed the didDoc into didDocument
agentSpinUpStatus: AgentSpinUpStatus.COMPLETED,
agentsTypeId: agentTypeId,
orgId: payload.orgId,
Expand Down

0 comments on commit 83313ae

Please sign in to comment.