Commit 9d7f109
committed
minor #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 promises1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1291 | 1291 | | |
1292 | 1292 | | |
1293 | 1293 | | |
1294 | | - | |
| 1294 | + | |
1295 | 1295 | | |
1296 | 1296 | | |
1297 | 1297 | | |
| |||
0 commit comments