Skip to content

Commit

Permalink
Make SendGridError.errors public
Browse files Browse the repository at this point in the history
Defeats the purpose if it's not accessible from outside this package.
  • Loading branch information
jseibert committed May 31, 2018
1 parent 45e61ff commit e9d3c46
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 e9d3c46

Please sign in to comment.