mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
call proper sproc
This commit is contained in:
@ -120,7 +120,7 @@ namespace Bit.Core.Repositories.SqlServer
|
||||
using(var connection = new SqlConnection(ConnectionString))
|
||||
{
|
||||
var results = await connection.ExecuteAsync(
|
||||
$"[{Schema}].[Collection_CreateWithGroupsAndUsers]",
|
||||
$"[{Schema}].[Collection_CreateWithGroups]",
|
||||
objWithGroups,
|
||||
commandType: CommandType.StoredProcedure);
|
||||
}
|
||||
|
Reference in New Issue
Block a user