refactor feed service

This commit is contained in:
chsakell
2016-10-04 15:29:32 +03:00
parent e8a1884bda
commit 56759e0623
3 changed files with 5 additions and 41 deletions

View File

@@ -14,7 +14,6 @@ export interface FeedClient {
updateMatch: (match: Match) => void;
addFeed: (feed: Feed) => void;
messageReceived: (message: string) => void;
addChatMessage: (chatMessage: ChatMessage) => void;
}