This commit is contained in:
@@ -40,7 +40,7 @@ namespace AyaNova.Models
|
||||
|
||||
//relations
|
||||
//https://docs.microsoft.com/en-us/ef/core/modeling/relationships#other-relationship-patterns
|
||||
[JsonIgnore]
|
||||
[JsonIgnore]//hide from being returned (as null anyway) with User object in routes
|
||||
public UserOptions UserOptions { get; set; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user