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 a1ff74e commit 7265e6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/did.ts
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,7 @@ export class DIDModule extends AbstractCheqdSDKModule {
deactivated: protobufDidDocument.deactivated,
versionId: protobufDidDocument.versionId,
nextVersionId: protobufDidDocument?.nextVersionId,
previousVersionId: protobufDidDocument?.previousVersionId,
}
}

Expand Down

0 comments on commit 7265e6b

Please sign in to comment.