Jericho / CakeMail.RestClient

.NET wrapper for the CakeMail API
MIT License
9 stars 3 forks source link

Error converting value "schedule" to type 'CakeMail.RestClient.Models.LogType' #58

Closed Jericho closed 5 years ago

Jericho commented 5 years ago

When retrieving the logs for a given trigger, I am getting an exception due to the fact that the response contains "action":"schedule" but 'schedule' is not a value in the LogType enum.

This issue is very similar to #52 which was reported a months ago.