This commit is contained in:
2020-06-16 23:42:19 +00:00
parent 5f9ae8d641
commit a36db364dd
4 changed files with 7 additions and 8 deletions

View File

@@ -221,8 +221,7 @@ namespace AyaNova.Core
public bool MaintenanceExpired
{
get
{
return true;
{
return MaintenanceExpiration < DateTime.Now;
}
}