Skip to content

Commit

Permalink
Merge pull request #25 from jseibert/patch-1
Browse files Browse the repository at this point in the history
Make SendGridError.errors public
  • Loading branch information
Andrewangeta committed Jun 5, 2018
2 parents 45e61ff + e9d3c46 commit f57087a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SendGrid/Models/SendGridError.swift
@@ -1,6 +1,6 @@
import Vapor
public struct SendGridError: Error, Content {
var errors: [SendGridErrorResponse]?
public var errors: [SendGridErrorResponse]?
}

public struct SendGridErrorResponse: Content {
Expand Down

0 comments on commit f57087a

Please sign in to comment.