Skip to content

Commit

Permalink
vcjwt is a string
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyoontbd committed Feb 5, 2024
1 parent 5ecb6b8 commit 5be7dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/src/dev-tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export class DevTools {
* creates an example RfqData. Useful for testing purposes
*/
static async createRfqData(opts?: MessageOptions): Promise<RfqData> {
let vcJwt: any = ''
let vcJwt: string = ''

if (opts?.sender) {
const vc = await VerifiableCredential.create({
Expand Down

0 comments on commit 5be7dfe

Please sign in to comment.