Skip to content

Commit

Permalink
feat: enabled gzip
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdebs committed Sep 18, 2023
1 parent 0b2b1ee commit 85122b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ internal class DefaultUploadMediator(
object: RudderTypeAdapter<Map<String, Any?>>() {}).also {
println(it)
}, METRICS_ENDPOINT,
object : RudderTypeAdapter<Map<*,*>>(){}){
object : RudderTypeAdapter<Map<*,*>>(){}, true){

(it.status in 200..299).apply(callback)
}
Expand Down

0 comments on commit 85122b2

Please sign in to comment.