Skip to content

Commit

Permalink
fixed a redundant definition that came from a recursive merge strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
microsoftly committed Oct 6, 2017
1 parent a47bef5 commit be8c307
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ import { ignoreInternalSaveMessageFilter } from './builtInMessageFilters';
*/
export type MessageFilter = (message: IMessage) => boolean;

/**
* Returns true if a message
*/
export type MessageFilter = (message: IMessage) => boolean;

export interface IConfig {
/**
* timeout in milliseconds before a BotTester runner will fail a test (when not overriden)
Expand Down

0 comments on commit be8c307

Please sign in to comment.