Skip to content

Commit

Permalink
fix: store did document while creating did (#706)
Browse files Browse the repository at this point in the history
* fix: set primary did issue

Signed-off-by: tipusinghaw <[email protected]>

* fix: did documentation issue

Signed-off-by: tipusinghaw <[email protected]>

* changes error message in get did details

Signed-off-by: tipusinghaw <[email protected]>

---------

Signed-off-by: tipusinghaw <[email protected]>
  • Loading branch information
tipusinghaw authored and KulkarniShashank committed Sep 6, 2024
1 parent 071fe61 commit 3f790b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/agent-service/src/agent-service.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,8 @@ export class AgentServiceService {
delete createDidPayload.isPrimaryDid;

delete createDidPayload.isPrimaryDid;

const didDetails = await this.commonService.httpPost(url, createDidPayload, { headers: { authorization: getApiKey } });

const didDetails = await this.commonService.httpPost(url, createDidPayload, {
headers: { authorization: getApiKey }
Expand Down

0 comments on commit 3f790b8

Please sign in to comment.