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

Fix default strict value is always true #209

Closed KeonHee closed 4 years ago

KeonHee commented 4 years ago

Node process.env is always string. So it need to cast to boolean. Currently, there is a problem that delayDefaultStrict is always true because env value is either true or false string type.