alpacahq / alpaca-ts

A TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams.
ISC License
154 stars 42 forks source link

Fixed unchained Promise #3

Closed KalebMills closed 4 years ago

KalebMills commented 4 years ago

Looks like this change got overwritten, but the close Promise was unchained, which could result in an Unhandled Promise Rejection

117 commented 4 years ago

Oops. Great catch.