Skip to content

Commit

Permalink
chore: add toJson
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Sep 25, 2024
1 parent e66bd24 commit e80df4c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ export class PeerDeletionInfo extends Serializable implements IPeerDeletionInfo
public static from(value: IPeerDeletionInfo | PeerDeletionInfoJSON): PeerDeletionInfo {
return this.fromAny(value);
}

public override toJSON(): PeerDeletionInfoJSON {
return super.toJSON() as PeerDeletionInfoJSON;
}
}

0 comments on commit e80df4c

Please sign in to comment.