Skip to content

Commit

Permalink
Fixing Cancel' signature. (#3152) (#3153)
Browse files Browse the repository at this point in the history
Co-authored-by: Jay <jasonsaayman@gmail.com>
  • Loading branch information
NoriSte and jasonsaayman committed Dec 22, 2021
1 parent 6b4fd93 commit 5431634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -138,7 +138,7 @@ export interface CancelStatic {
}

export interface Cancel {
message: string;
message: string | undefined;
}

export interface Canceler {
Expand Down

0 comments on commit 5431634

Please sign in to comment.