You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#14451 use the right method when dealing with promises (michelv)
This PR was merged into the 4.4 branch.
Discussion
----------
use the right method when dealing with promises
sendRequest() returns a response, not a promise, and we can't use then() on a response
Commits
-------
4155cc2 use the right method when dealing with promises
0 commit comments