1
0
mirror of https://github.com/bitwarden/server synced 2026-01-26 14:23:21 +00:00

Remove incorrect change

This commit is contained in:
Sven
2026-01-23 12:56:02 -06:00
parent 32b0a2d2fd
commit 9e890b8cce

View File

@@ -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);