Skip to content

Commit

Permalink
Removed api key from provider initializer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewangeta committed Mar 31, 2018
1 parent 3ba1689 commit 9a05b90
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Sources/SendGrid/Provider.swift
Expand Up @@ -10,11 +10,7 @@ public struct SendGridConfig: Service {
public final class SendGridProvider: Provider {
public static let repositoryName = "sendgrid-provider"

let apiKey: String

public init(apiKey: String){
self.apiKey = apiKey
}
public init(){}

public func boot(_ config: Config) throws {}

Expand Down

0 comments on commit 9a05b90

Please sign in to comment.