alpacahq / alpaca-ts

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

CancelAll doesn't return as expected #58

Closed husayt closed 3 years ago

husayt commented 3 years ago

Description Data passed by CancelAll is not being returned by call

Reproduction Call cancelAll()

image

Logs If applicable, add logs to help explain the bug.

Additional Add any other context about the problem here.

117 commented 3 years ago

Good find!

husayt commented 3 years ago

I actually added this as a reminder for myself to fix, but you did it before I could even start. Thanks @117