Skip to content

Commit

Permalink
Update src/lib/CLValue/KeyVariants.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ryo Kanazawa <[email protected]>
  • Loading branch information
hoffmannjan and ryo-casper committed Jun 25, 2024
1 parent c097d6b commit 829984e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/CLValue/KeyVariants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ export class KeyPackage implements CLKeyVariant {

constructor(public data: Uint8Array) {}

value(): any {
value(): Uint8Array {
return this.data;
}

Expand Down

0 comments on commit 829984e

Please sign in to comment.