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:
2025-08-01 22:11:47 +00:00

View File

@@ -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")]