Change ParentTagId type from string to string[] in TagAdapter #2
@@ -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