Skip to content

Commit

Permalink
feat: remove duplicate message info from iwa data
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Feb 21, 2023
1 parent 3624b53 commit fd8b0a6
Show file tree
Hide file tree
Showing 3 changed files with 5,889 additions and 27,839 deletions.
1 change: 0 additions & 1 deletion src/parse/parse-iwa-protobuf-archive-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export const parseIwaProtobufArchiveInfo = (
const { messageProtoName, messageProto } = getMessageProto(messageInfo);
const message = messageProto.decode(messageBuffer);
messages.push({
messageInfo,
messageProtoName,
message,
});
Expand Down
1 change: 0 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export interface IwaArchiveInfoData {
}

export interface IwaMessageInfoData<T = unknown> {
messageInfo: proto.TSP.IMessageInfo;
messageProtoName: string;
message: T;
}
Loading

0 comments on commit fd8b0a6

Please sign in to comment.