Swindler icon indicating copy to clipboard operation
Swindler copied to clipboard

Replace successes with PromiseKit's when

Open andreterron opened this issue 4 years ago • 0 comments

The successes function behavior can be achieved using PromiseKit's when(fulfilled:) and Promise.recover.

This reduces the need to keep up with the ids for errors, and means one less helper function to be maintained

andreterron avatar Jun 09 '20 04:06 andreterron