Bug fixes in !wiki and errorHandler

This commit is contained in:
runebaas 2018-04-28 02:46:30 +02:00
parent 4548c6083a
commit f5fd9ba017
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
4 changed files with 9 additions and 5 deletions

View file

@ -9,7 +9,7 @@ namespace WikipediaApi.Page
{
[JsonProperty("type")]
[JsonConverter(typeof(StringEnumConverter))]
public PageTypes Type { get; set; } = PageTypes.NoExtract;
public PageTypes Type { get; set; }
[JsonProperty("title")]
public string Title { get; set; }