mirror of
https://github.com/bitwarden/server
synced 2026-01-26 14:23:21 +00:00
Remove incorrect change
This commit is contained in:
@@ -353,7 +353,7 @@ public class CollectionRepository : Repository<Collection, Guid>, ICollectionRep
|
||||
using (var connection = new SqlConnection(ConnectionString))
|
||||
{
|
||||
var results = await connection.QueryAsync<CollectionAccessSelection>(
|
||||
$"[{Schema}].[CollectionUser_ReadSharedCollectionsByOrganizationUserIds]",
|
||||
$"[{Schema}].[CollectionUser_ReadByCollectionId]",
|
||||
new { CollectionId = id },
|
||||
commandType: CommandType.StoredProcedure);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user