Skip to content

Commit

Permalink
fix: Update packages/client/src/services/RevocationRegistryService.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 0c98a55 commit 9f4fd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/services/RevocationRegistryService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class RevocationRegistryService {
})

if (!response.ok) {
throw new Error(`Failed to fetch revocation definitions: ${response.statusText}`)
throw new Error(`Failed to fetch revocation registries: ${response.statusText}`)
}

return (await response.json()) as string[]
Expand Down

0 comments on commit 9f4fd4a

Please sign in to comment.