apache / openwhisk-package-alarms

Apache OpenWhisk package that can be used to create periodic, time-based alarms.
https://openwhisk.apache.org/
Apache License 2.0
24 stars 49 forks source link

Fixed strict option not working #208

Closed KeonHee closed 4 years ago

KeonHee commented 4 years ago

207

If you pass a boolean value as the parameter of alarmWebAction, it is passed as a boolean in the main function(even if you use wsk cli). But, since strict parameter is compared with string type, strict = false will work no matter what value is passed as parameter.