Skip to content

Commit 27bd1b8

Browse files
authored
fix (#244)
1 parent 4d0d186 commit 27bd1b8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0xpolygonid/js-sdk",
3-
"version": "1.16.0",
3+
"version": "1.16.1",
44
"description": "SDK to work with Polygon ID",
55
"main": "dist/node/cjs/index.js",
66
"module": "dist/node/esm/index.js",

src/iden3comm/handlers/refresh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export class RefreshHandler implements IRefreshHandler {
102102
type: PROTOCOL_MESSAGE_TYPE.CREDENTIAL_REFRESH_MESSAGE_TYPE,
103103
thid: uuid.v4(),
104104
body: {
105-
id: otherIdentifier,
105+
id: credential.id,
106106
reason: opts?.reason ?? 'credential is expired'
107107
},
108108
from: otherIdentifier,

0 commit comments

Comments
 (0)