Skip to content

Commit

Permalink
fix (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmidyllic authored Jun 19, 2024
1 parent 4d0d186 commit 27bd1b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xpolygonid/js-sdk",
"version": "1.16.0",
"version": "1.16.1",
"description": "SDK to work with Polygon ID",
"main": "dist/node/cjs/index.js",
"module": "dist/node/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/iden3comm/handlers/refresh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class RefreshHandler implements IRefreshHandler {
type: PROTOCOL_MESSAGE_TYPE.CREDENTIAL_REFRESH_MESSAGE_TYPE,
thid: uuid.v4(),
body: {
id: otherIdentifier,
id: credential.id,
reason: opts?.reason ?? 'credential is expired'
},
from: otherIdentifier,
Expand Down

0 comments on commit 27bd1b8

Please sign in to comment.