2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

docs: fix mismatched return type (#7172)

Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
Nikhil Simon Toppo
2025-10-23 18:09:30 +05:30
committed by GitHub
parent 7b197ef6ce
commit 889f8ef8be
+1 -1
View File
@@ -30,7 +30,7 @@ class InterceptorManager {
*
* @param {Number} id The ID that was returned by `use`
*
* @returns {Boolean} `true` if the interceptor was removed, `false` otherwise
* @returns {void}
*/
eject(id) {
if (this.handlers[id]) {