aws / connect-rtc-js

Provide softphone support to AmazonConnect customers when they choose to directly integrate with our API and not using our web app.
Apache License 2.0
80 stars 63 forks source link

fix: statsReport Conditional #75

Closed YusukeSasaki0620 closed 1 week ago

YusukeSasaki0620 commented 2 years ago

Issue #, if available:

Description of changes:

parseInt returns an integer or NaN. NaN is false when evaluated. On the other hand, 0 will also be false when evaluated. If it evaluates to 0, it must evaluate to true.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.