fix
This commit is contained in:
@@ -103,6 +103,5 @@ namespace Core.Thalos.BuildingBlocks
|
||||
[BsonElement("tenantId")]
|
||||
[BsonRepresentation(BsonType.ObjectId)]
|
||||
[JsonPropertyName("tenantId")]
|
||||
public string? TenantId { get; set; } = null;
|
||||
public string? TenantId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user