Skip to content

Commit

Permalink
fix: typecheck errors
Browse files Browse the repository at this point in the history
Signed-off-by: Akiff Manji <[email protected]>
  • Loading branch information
amanji committed Jul 15, 2024
1 parent 449524b commit 490a68b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,12 @@ function createInboundMessageContext<T extends AgentMessage>(message: T) {
} {
throw new Error('Function not implemented.')
},
receivedAt: new Date(),
setMessageHandler: () => {
return
},
setResponseMessage: () => {
return
},
}
}
1 change: 1 addition & 0 deletions packages/rest/src/utils/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export function getAgentModules(options: {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
disclosureFrame: firstCredential.disclosureFrame as any,
hashingAlgorithm: 'sha-256',
credentialSupportedId: 'test',
}
}

Expand Down

0 comments on commit 490a68b

Please sign in to comment.