spotify / confidence-sdk-js

Other
7 stars 1 forks source link

fix: excessive promises created by PendingResolution #151

Closed andreas-karlsson closed 1 month ago

andreas-karlsson commented 1 month ago

Hi There, I just made a Pull Request!

Fixes a bug in PendingResolution that caused an avalanche of AccessiblePromises being created for each then, catch of finally call.

:heavy_check_mark: Checklist