Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
fix: test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Mritunjay Kumar authored and Mritunjay Kumar committed Aug 29, 2023
1 parent 49c6057 commit 3dd4482
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ export default class DidAuthClientService {
)
}

const jwtObject = await buildResponseJwtObject(didAuthRequestTokenStr, options.exp)
const exp = options ? options.exp : undefined

const jwtObject = await buildResponseJwtObject(didAuthRequestTokenStr, exp)

await this._signer.fillSignature(jwtObject)

Expand Down

0 comments on commit 3dd4482

Please sign in to comment.