Skip to content

Commit

Permalink
Removed unneeded setting of to
Browse files Browse the repository at this point in the history
  • Loading branch information
sroebert committed Jul 30, 2021
1 parent 54a380a commit a98d9df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Sources/FCM/FCM.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ public struct FCM {
// MARK: Initialization

init(application: Application, client: Client) {
if !application.http.client.configuration.ignoreUncleanSSLShutdown {
application.http.client.configuration.ignoreUncleanSSLShutdown = true
}
self.application = application
self.client = client
}
Expand Down

0 comments on commit a98d9df

Please sign in to comment.