Compare commits
2 Commits
7866ef07d5
...
d713359512
| Author | SHA1 | Date | |
|---|---|---|---|
| d713359512 | |||
|
|
163eb0e5aa |
@@ -21,7 +21,7 @@ namespace Core.Adapters.Lib
|
||||
|
||||
[BsonElement("parentTagId")]
|
||||
[JsonPropertyName("parentTagId")]
|
||||
public string ParentTagId { get; set; } = null!;
|
||||
public string[] ParentTagId { get; set; } = null!;
|
||||
|
||||
[BsonElement("slug")]
|
||||
[JsonPropertyName("slug")]
|
||||
|
||||
Reference in New Issue
Block a user