Skip to content

Commit

Permalink
fix: Update packages/main/src/controllers/message/MessageService.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ariel Gentile <[email protected]>
  • Loading branch information
lotharking and genaris authored Dec 19, 2024
1 parent 9f4fd4a commit 661c060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/controllers/message/MessageService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export class MessageService {
const credentials = await agent.credentials.findAllByQuery({ threadId: msg.threadId })
if (credentials && credentials.length > 0) {
for (const credential of credentials) {
const isRevoke = Boolean(
const isRevocable = Boolean(
credential.getTag('anonCredsRevocationRegistryId') &&
credential.getTag('anonCredsCredentialRevocationId'),
)
Expand Down

0 comments on commit 661c060

Please sign in to comment.