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.
1 parent 294f49e commit 9948c3dCopy full SHA for 9948c3d
src/index.ts
@@ -59,7 +59,7 @@ export class WatsonMiddleware {
59
if (config.minimum_confidence) {
60
this.minimumConfidence = config.minimum_confidence;
61
}
62
- if(config.storage){
+ if (config.storage){
63
this.storage = config.storage;
64
65
0 commit comments