box / boxcli

A command line interface for interacting with the Box API.
https://developer.box.com
Apache License 2.0
222 stars 59 forks source link

fix: Fix `event:poll` polling-interval #430

Closed congminh1254 closed 1 year ago

congminh1254 commented 1 year ago

Closes: #418 & SDK-2725

This bug relating to wrong field passed to Node SDK, and the timing unit in Node SDK is using milliseconds but not seconds.