(supermodel)
| 450 | |
| 451 | class RecipientSubs { |
| 452 | constructor (supermodel) { |
| 453 | this.supermodel = supermodel |
| 454 | this.recipients = {} |
| 455 | this.unsubscribingRecipients = [] |
| 456 | } |
| 457 | |
| 458 | addSubscribing (email) { |
| 459 | return this.unsubscribingRecipients.push(email) |
nothing calls this directly
no outgoing calls
no test coverage detected