Skip to content

Commit

Permalink
☄️ Request fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benlmyers committed Sep 18, 2022
1 parent 973f2f0 commit f4dc0b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/EasyFirebase/Services/Dynamic Links/EasyLink.swift
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ public struct EasyLink {
}
var request = URLRequest(url: endpoint)
request.httpMethod = "POST"
request.setValue("Text-ContentType", forHTTPHeaderField: "")
request.setValue("application/json", forHTTPHeaderField: "Content-Type")
request.httpBody = json
URLSession.shared.dataTask(with: request) { data, response, error in
Expand Down

0 comments on commit f4dc0b1

Please sign in to comment.