Comparing version 0.2.3 to 0.2.4
@@ -64,3 +64,3 @@ "use strict"; | ||
var args = choice.matcher(input); | ||
return args !== undefined && args; | ||
return args !== undefined && args === 'Yes'; | ||
} })); | ||
@@ -67,0 +67,0 @@ }; |
{ | ||
"name": "prague", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "experimental Rx-based bot technology", | ||
@@ -5,0 +5,0 @@ "main": "dist/prague.js", |
@@ -98,3 +98,3 @@ import { CardAction, IChatInput, Activity } from './Chat'; | ||
const args: string = choice.matcher(input); | ||
return args !== undefined && args; | ||
return args !== undefined && args === 'Yes'; | ||
} | ||
@@ -101,0 +101,0 @@ }); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64180