mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +00:00
remove JsonConverter Attribute
This commit is contained in:
@@ -21,7 +21,6 @@ namespace PepperDash.Essentials.Room.Config
|
|||||||
public string Name;
|
public string Name;
|
||||||
|
|
||||||
[JsonProperty("days")]
|
[JsonProperty("days")]
|
||||||
[JsonConverter(typeof(StringEnumConverter))]
|
|
||||||
public ScheduledEventCommon.eWeekDays Days;
|
public ScheduledEventCommon.eWeekDays Days;
|
||||||
|
|
||||||
[JsonProperty("time")]
|
[JsonProperty("time")]
|
||||||
|
|||||||
Reference in New Issue
Block a user