Skip to content

Commit 9cfb7e9

Browse files
Remove channel infor from the v2 version
1 parent 6388468 commit 9cfb7e9

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

packages/parser/src/models/v2/channel.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ export class Channel extends BaseModel<v2.ChannelObject, { id: string, address:
3939
return description(this);
4040
}
4141

42-
hasTitle(): boolean {
43-
return false;
44-
}
45-
46-
title(): string | undefined {
47-
return undefined;
48-
}
49-
5042
servers(): ServersInterface {
5143
const servers: ServerInterface[] = [];
5244
const allowedServers: string[] = this._json.servers || [];

0 commit comments

Comments
 (0)