From 3b752f182f493da4043a62143f8c9b203d07ab03 Mon Sep 17 00:00:00 2001 From: Sergio Matias Date: Tue, 26 Aug 2025 14:11:09 -0600 Subject: [PATCH] fix --- Core.Thalos.BuildingBlocks/Adapters/UserAdapter.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Core.Thalos.BuildingBlocks/Adapters/UserAdapter.cs b/Core.Thalos.BuildingBlocks/Adapters/UserAdapter.cs index 52e6988..c4cc62c 100644 --- a/Core.Thalos.BuildingBlocks/Adapters/UserAdapter.cs +++ b/Core.Thalos.BuildingBlocks/Adapters/UserAdapter.cs @@ -105,3 +105,4 @@ namespace Core.Thalos.BuildingBlocks [JsonPropertyName("tenantId")] public string? TenantId { get; set; } } +}