mirror of
https://github.com/bitwarden/server
synced 2026-02-19 10:53:34 +00:00
Fix sproc name
This commit is contained in:
@@ -373,7 +373,7 @@ public class CollectionRepository : Repository<Collection, Guid>, ICollectionRep
|
||||
|
||||
var organizationUserIdsJson = JsonSerializer.Serialize(organizationUserIds);
|
||||
await connection.ExecuteAsync(
|
||||
"[dbo].[Collection_UpsertDefaultCollections]",
|
||||
"[dbo].[Collection_CreateDefaultCollections]",
|
||||
new
|
||||
{
|
||||
OrganizationId = organizationId,
|
||||
|
||||
Reference in New Issue
Block a user