Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
Utar94 committed Dec 15, 2024
1 parent 0fa409e commit ad8ea82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions lib/Logitar.Identity.Core/Roles/Role.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ namespace Logitar.Identity.Core.Roles;
/// </summary>
public class Role : AggregateRoot
{
// TODO(fpion): TenantId

/// <summary>
/// The updated event.
/// </summary>
Expand Down
6 changes: 0 additions & 6 deletions old/src/Logitar.Identity.Domain/Roles/RoleAggregate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,4 @@ public class RoleAggregate : AggregateRoot
public RoleAggregate() : base()
{
}

private readonly CustomAttributeValidator _customAttributeValidator = new();
public void SetCustomAttribute(string key, string value)
{
_customAttributeValidator.ValidateAndThrow(key, value);
}
}

0 comments on commit ad8ea82

Please sign in to comment.