Change ParentTagId type from string to string[] in TagAdapter
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Core.Adapters.Lib
|
|||||||
|
|
||||||
[BsonElement("parentTagId")]
|
[BsonElement("parentTagId")]
|
||||||
[JsonPropertyName("parentTagId")]
|
[JsonPropertyName("parentTagId")]
|
||||||
public string ParentTagId { get; set; } = null!;
|
public string[] ParentTagId { get; set; } = null!;
|
||||||
|
|
||||||
[BsonElement("slug")]
|
[BsonElement("slug")]
|
||||||
[JsonPropertyName("slug")]
|
[JsonPropertyName("slug")]
|
||||||
|
|||||||
Reference in New Issue
Block a user