Incorrect fix for Promise.any
with ember/no-array-prototype-extensions
#1760
Labels
Promise.any
with ember/no-array-prototype-extensions
#1760
The fixer for
ember/no-array-prototype-extensions
convertsPromise.any
toPromise.some
, which it shouldn't.The text was updated successfully, but these errors were encountered: