Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jfseb committed Jun 23, 2018
1 parent 1e031f6 commit 89a9a82
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 64 deletions.
2 changes: 1 addition & 1 deletion gen/connector.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ export declare class Connector {
disconnect(conversationID: string): void;
startParallel(conversationID: string, user: string, statement: string, settings: any): NodeJS.Timer;
processMessage(msg: IMessage): void;
send(messages: IMessage[], done?: any): void;
send(messages: IMessage[]): void;
}
14 changes: 1 addition & 13 deletions gen/connector.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/connector.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/dbconnector.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ export declare class Connector {
stopMonitor(): void;
adjustMonitor(): void;
processMessage(msg: IMessage): void;
send(messages: IMessage[], done?: any): void;
send(messages: IMessage[]): void;
}
33 changes: 1 addition & 32 deletions gen/dbconnector.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 89a9a82

Please sign in to comment.