Skip to content

Commit

Permalink
refactor: make bounceType required (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
mantariksh authored Sep 22, 2020
1 parent 54e8de5 commit e4bcc89
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/types/bounce.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ export type ISingleBounce =
| {
email: string
hasBounced: true
// TODO (private #44): this key should be required,
// but is currently optional for backwards compatibility reasons.
bounceType?: BounceType
bounceType: BounceType
}
| {
email: string
Expand Down

0 comments on commit e4bcc89

Please sign in to comment.