Merge pull request 'Change ParentTagId type from string to string[] in TagAdapter' (#2) from feature/change-parenttagid-type into development
Reviewed-on: #2 Reviewed-by: efrain_marin <efrain.marin@agilewebs.com> Reviewed-by: Sergio Matías <sergio.matias@agilewebs.com>
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