Skip to content

Commit

Permalink
fix: Added previousVersionId pass-through on transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
Eengineer1 committed Jan 8, 2024
1 parent 797f8b3 commit 3fa867f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/modules/did.ts
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ export class DIDModule extends AbstractCheqdSDKModule {
deactivated: protobufDidDocument.deactivated,
versionId: protobufDidDocument.versionId,
nextVersionId: protobufDidDocument?.nextVersionId,
previousVersionId: protobufDidDocument?.previousVersionId,
};
}

Expand Down

0 comments on commit 3fa867f

Please sign in to comment.