We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c3dbc9 + 44409de commit 7fb0255Copy full SHA for 7fb0255
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jderobot-commsmanager",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"main": "dist/main.js",
5
"typings": "dist/index.d.ts",
6
"scripts": {
src/components/CommsManager.ts
@@ -175,9 +175,6 @@ export default class CommsManager {
175
}
176
177
public prepareTools(tools: string[], tools_config: Object) {
178
- if (tools_config === null || tools_config === undefined) {
179
- tools_config = "None";
180
- }
181
return this.send("prepare_tools", {
182
tools: tools,
183
config: tools_config,
0 commit comments