Skip to content

Commit

Permalink
Merge branch 'master' into muzahid/atomic-property-deadlocks
Browse files Browse the repository at this point in the history
  • Loading branch information
muzahidul-opti authored Nov 29, 2023
2 parents 7c52359 + a375e2b commit c696a6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Customization/DefaultEventDispatcher.swift
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ open class DefaultEventDispatcher: BackgroundingCallbacks, OPTEventDispatcher {

var request = URLRequest(url: event.url)
request.httpMethod = "POST"
request.httpBody = event.body
request.addValue("application/json", forHTTPHeaderField: "Content-Type")

// send notification BEFORE sending event to the server
Expand Down

0 comments on commit c696a6d

Please sign in to comment.