Skip to content

Commit

Permalink
fix(oss-897) optional signal (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
fireridlle authored Sep 2, 2021
1 parent 1f4524f commit 640838d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/Client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export interface QueryOptions
extends Partial<
Pick<ClientConfig, 'secret' | 'queryTimeout' | 'fetch' | 'observer'>
> {
signal: AbortSignal
signal?: AbortSignal
}

type StreamFn<T> = (
Expand Down

0 comments on commit 640838d

Please sign in to comment.