mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
docs: fix mismatched return type (#7172)
Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
committed by
GitHub
parent
7b197ef6ce
commit
889f8ef8be
@@ -30,7 +30,7 @@ class InterceptorManager {
|
|||||||
*
|
*
|
||||||
* @param {Number} id The ID that was returned by `use`
|
* @param {Number} id The ID that was returned by `use`
|
||||||
*
|
*
|
||||||
* @returns {Boolean} `true` if the interceptor was removed, `false` otherwise
|
* @returns {void}
|
||||||
*/
|
*/
|
||||||
eject(id) {
|
eject(id) {
|
||||||
if (this.handlers[id]) {
|
if (this.handlers[id]) {
|
||||||
|
|||||||
Reference in New Issue
Block a user