Skip to content

Commit

Permalink
fix: did service endpoint while creating DID (#715)
Browse files Browse the repository at this point in the history
* feat: added logic to store W3C schema

Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>

* fix: Error messages

Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>

* fix: did endpoint

Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>

---------

Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>
Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
  • Loading branch information
tipusinghaw authored and KulkarniShashank committed Sep 12, 2024
1 parent 7cf3e01 commit aeeed4a
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 @@ -946,6 +946,8 @@ export class AgentServiceService {
url = `${agentDetails.agentEndPoint}${CommonConstants.URL_SHAGENT_CREATE_DID}${agentDetails.tenantId}`;
}

delete createDidPayload.isPrimaryDid;

delete createDidPayload.isPrimaryDid;

const didDetails = await this.commonService.httpPost(url, createDidPayload, {
Expand Down

0 comments on commit aeeed4a

Please sign in to comment.