Skip to content

Commit 7fb0255

Browse files
authored
Merge pull request #3 from JdeRobot/new-version
Update tools
2 parents 3c3dbc9 + 44409de commit 7fb0255

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jderobot-commsmanager",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"main": "dist/main.js",
55
"typings": "dist/index.d.ts",
66
"scripts": {

src/components/CommsManager.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,6 @@ export default class CommsManager {
175175
}
176176

177177
public prepareTools(tools: string[], tools_config: Object) {
178-
if (tools_config === null || tools_config === undefined) {
179-
tools_config = "None";
180-
}
181178
return this.send("prepare_tools", {
182179
tools: tools,
183180
config: tools_config,

0 commit comments

Comments
 (0)