Skip to content

Commit

Permalink
refactor(types): remove duplicated toString and toHexString methods f…
Browse files Browse the repository at this point in the history
…rom SerializableMessage
  • Loading branch information
drazisil committed Oct 10, 2024
1 parent 53bf529 commit 77d691a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/shared-packets/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ export interface SerializableMessage extends SerializableInterface {

getDataBuffer(): Buffer;
setDataBuffer(data: Buffer): void;

toString(): string;
toHexString(): string;
}

export enum MessageSources {
Expand Down

0 comments on commit 77d691a

Please sign in to comment.