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 0e676cf commit c097d6b
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 @@ -602,7 +602,7 @@ export class KeyBidAddr implements CLKeyVariant {

constructor(public data: BidAddrData) {}

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

Expand Down

0 comments on commit c097d6b

Please sign in to comment.