Content fixes for timeoffsets (#15934)
This commit is contained in:
@@ -21,5 +21,5 @@ public sealed class AutoRechargeComponent : Component
|
||||
/// The time when the next charge will be added
|
||||
/// </summary>
|
||||
[DataField("nextChargeTime", customTypeSerializer: typeof(TimeOffsetSerializer))]
|
||||
public TimeSpan NextChargeTime = TimeSpan.MaxValue;
|
||||
public TimeSpan NextChargeTime;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user