Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 committed Aug 8, 2024
1 parent 2144d1b commit 41f51e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/did/services/did.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,11 @@ export class DidService {
did,
});
const { signInfos } = updateDidDto;
console.log({
signInfos,
didInfo,
});

// If signature is passed then no need to check if it is present in db or not
if (!signInfos && (!didInfo || didInfo == null)) {
throw new NotFoundException([
Expand Down

0 comments on commit 41f51e1

Please sign in to comment.