mirror of
https://github.com/bitwarden/server
synced 2026-01-06 10:34:01 +00:00
spelling mistake
This commit is contained in:
@@ -66,7 +66,7 @@ public class ProviderUserRepository : Repository<ProviderUser, Guid>, IProviderU
|
|||||||
await using var connection = new SqlConnection(ConnectionString);
|
await using var connection = new SqlConnection(ConnectionString);
|
||||||
|
|
||||||
var results = await connection.QueryAsync<ProviderUser>(
|
var results = await connection.QueryAsync<ProviderUser>(
|
||||||
"[dbo].[ProviderUser_ReadyManyByManyUserIds]",
|
"[dbo].[ProviderUser_ReadManyByManyUserIds]",
|
||||||
new { UserIds = userIds.ToGuidIdArrayTVP() },
|
new { UserIds = userIds.ToGuidIdArrayTVP() },
|
||||||
commandType: CommandType.StoredProcedure);
|
commandType: CommandType.StoredProcedure);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user