Skip to content

Commit

Permalink
πŸ‘Œ stronger encoding type
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitZugmeyer committed Sep 8, 2023
1 parent 22132eb commit ec86af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/transport/httpRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface Payload {
bytesCount: number
retry?: RetryInfo
flushReason?: FlushReason
encoding?: string
encoding?: 'deflate'
}

export interface RetryInfo {
Expand Down

0 comments on commit ec86af6

Please sign in to comment.