mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 13:38:13 -05:00
call proper sproc
This commit is contained in:
parent
1e1a19b937
commit
d0421ab1df
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user