Skip to content

Commit 296cfb6

Browse files
committed
Revert "Change: Add aliasEmail to EmailForward"
This reverts commit 506f38c.
1 parent 71492c9 commit 296cfb6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/dnsimple-test/Services/DomainsEmailForwardsTest.cs

+1-3
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ public void EmailForwardsData()
5454
Assert.That(emailForwards.First().DomainId, Is.EqualTo(235146));
5555
Assert.That(emailForwards.First().From, Is.EqualTo(".*@a-domain.com"));
5656
Assert.That(emailForwards.First().To, Is.EqualTo("jane.smith@example.com"));
57-
Assert.That(emailForwards.First().AliasEmail, Is.EqualTo(".*@a-domain.com"));
58-
Assert.That(emailForwards.First().DestinationEmail, Is.EqualTo("jane.smith@example.com"));
5957
Assert.That(emailForwards.First().CreatedAt, Is.EqualTo(CreatedAt));
6058
Assert.That(emailForwards.First().UpdatedAt, Is.EqualTo(UpdatedAt));
6159
});
@@ -238,4 +236,4 @@ public void DomainEmailForwardsListOptions()
238236
});
239237
}
240238
}
241-
}
239+
}

src/dnsimple/Services/DomainsEmailForwards.cs

-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ public string From
107107
AliasName = value;
108108
}
109109
}
110-
public string AliasEmail { get; set; }
111110

112111
public string DestinationEmail { get; set; }
113112

0 commit comments

Comments
 (0)