Change ParentTagId type from string to string[] in TagAdapter
This commit is contained in:
		| @@ -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
	 Oscar Morales
					Oscar Morales