2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-27 14:47:43 +03:00

Fixing Cancel' signature. (#3152) (#3153)

Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
Stefano Magni
2021-12-22 19:30:50 +01:00
committed by GitHub
parent 6b4fd93e68
commit 5431634fab
Vendored
+1 -1
View File
@@ -138,7 +138,7 @@ export interface CancelStatic {
}
export interface Cancel {
message: string;
message: string | undefined;
}
export interface Canceler {