Skip to content

Commit 1e9645a

Browse files
authored
Make messageId optional (#11)
1 parent f646dc9 commit 1e9645a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaEvents/SES.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public struct SESEvent: Decodable {
4949
public let cc: [String]?
5050
@RFC5322DateTimeCoding public var date: Date
5151
public let from: [String]
52-
public let messageId: String
52+
public let messageId: String?
5353
public let returnPath: String?
5454
public let subject: String?
5555
public let to: [String]?

0 commit comments

Comments
 (0)