cordis-lib / cordis

Modular, micro-service based Discord API wrapper written in TS.
https://cordis.js.org
Other
29 stars 1 forks source link

Rest Router is a broken state machine #83

Closed didinele closed 3 years ago

didinele commented 3 years ago

Which cordis libraries/services are you facing this issue in?:

Please describe the problem you are having in as much detail as possible: Quite simply, subsequent requests can end up preserving route information from previously made requests. The fix is to make method mutable and to reset it before calling rest.make

Further details:

didinele commented 3 years ago

Resolved by removal in #85