mirror of
https://github.com/bitwarden/server
synced 2025-12-18 17:23:28 +00:00
only update user groups if they are not the same
This commit is contained in:
11
src/Core/Models/Table/GroupUser.cs
Normal file
11
src/Core/Models/Table/GroupUser.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using Bit.Core.Utilities;
|
||||
|
||||
namespace Bit.Core.Models.Table
|
||||
{
|
||||
public class GroupUser
|
||||
{
|
||||
public Guid GroupId { get; set; }
|
||||
public Guid OrganizationUserId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user