Skip to content

Commit

Permalink
Drop unused warnings property from request options
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock committed Oct 23, 2024
1 parent 1f79883 commit 0b5e646
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Transport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ export interface TransportRequestOptions {
compression?: boolean
id?: any
context?: Context
warnings?: string[]
opaqueId?: string
signal?: AbortSignal
maxResponseSize?: number
Expand Down

0 comments on commit 0b5e646

Please sign in to comment.