This commit is contained in:
2020-07-17 13:40:31 +00:00
parent c547913d12
commit 0658632459
35 changed files with 39 additions and 39 deletions

View File

@@ -40,7 +40,7 @@ namespace AyaNova.Models
Tags = new List<string>();
}
[NotMapped]
[NotMapped, JsonIgnore]
public AyaType AyaType { get => AyaType.Widget; }
}